@@ -124,7 +124,7 @@ jobs:
124124 - name : Fetch dependencies from cache
125125 if : steps.changed-files.outputs.any_changed == 'true'
126126 id : cache-node-modules
127- uses : actions/cache@v3
127+ uses : actions/cache@v4
128128 with :
129129 path : " **/node_modules"
130130 key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -179,7 +179,7 @@ jobs:
179179 - name : Fetch dependencies from cache
180180 if : steps.changed-files.outputs.any_changed == 'true'
181181 id : cache-node-modules
182- uses : actions/cache@v3
182+ uses : actions/cache@v4
183183 with :
184184 path : " **/node_modules"
185185 key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -231,7 +231,7 @@ jobs:
231231
232232 - name : Fetch dependencies from cache
233233 id : cache-node-modules
234- uses : actions/cache@v3
234+ uses : actions/cache@v4
235235 with :
236236 path : " **/node_modules"
237237 key : yarn-build-code-server-${{ hashFiles('**/yarn.lock') }}
@@ -259,7 +259,7 @@ jobs:
259259 # force a rebuild.
260260 - name : Fetch prebuilt Code package from cache
261261 id : cache-vscode
262- uses : actions/cache@v3
262+ uses : actions/cache@v4
263263 with :
264264 path : lib/vscode-reh-web-*
265265 key : vscode-reh-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ hashFiles('patches/*.diff', 'ci/build/build-vscode.sh') }}
@@ -305,7 +305,7 @@ jobs:
305305
306306 - name : Fetch dependencies from cache
307307 id : cache-node-modules
308- uses : actions/cache@v3
308+ uses : actions/cache@v4
309309 with :
310310 path : " **/node_modules"
311311 key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -364,7 +364,7 @@ jobs:
364364
365365 - name : Fetch dependencies from cache
366366 id : cache-node-modules
367- uses : actions/cache@v3
367+ uses : actions/cache@v4
368368 with :
369369 path : " **/node_modules"
370370 key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -392,7 +392,7 @@ jobs:
392392 ./test/node_modules/.bin/playwright install
393393
394394 - name : Cache Caddy
395- uses : actions/cache@v3
395+ uses : actions/cache@v4
396396 id : caddy-cache
397397 with :
398398 path : |
0 commit comments