2121 sudo apt install --yes curl
2222 curl --location https://deb.nodesource.com/setup_14.x | sudo --preserve-env bash -
2323 sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 # workaround for https://github.com/actions/runner/issues/2033
2626 - name : ownership workaround
2727 run : git config --global --add safe.directory '*'
5050 sudo apt install --yes curl
5151 curl --location https://deb.nodesource.com/setup_16.x | sudo --preserve-env bash -
5252 sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454 # workaround for https://github.com/actions/runner/issues/2033
5555 - name : ownership workaround
5656 run : git config --global --add safe.directory '*'
7979 sudo apt install --yes curl
8080 curl --location https://deb.nodesource.com/setup_18.x | sudo --preserve-env bash -
8181 sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
82- - uses : actions/checkout@v3
82+ - uses : actions/checkout@v4
8383 # workaround for https://github.com/actions/runner/issues/2033
8484 - name : ownership workaround
8585 run : git config --global --add safe.directory '*'
@@ -108,7 +108,7 @@ jobs:
108108 sudo apt install --yes curl
109109 curl --location https://deb.nodesource.com/setup_20.x | sudo --preserve-env bash -
110110 sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs
111- - uses : actions/checkout@v3
111+ - uses : actions/checkout@v4
112112 # workaround for https://github.com/actions/runner/issues/2033
113113 - name : ownership workaround
114114 run : git config --global --add safe.directory '*'
@@ -127,7 +127,7 @@ jobs:
127127 windows :
128128 runs-on : windows-2022
129129 steps :
130- - uses : actions/checkout@v3
130+ - uses : actions/checkout@v4
131131 with :
132132 max_attempts : 3
133133 - name : Update yarn
0 commit comments