@@ -124,7 +124,7 @@ jobs:
124
124
- name : Fetch dependencies from cache
125
125
if : steps.changed-files.outputs.any_changed == 'true'
126
126
id : cache-node-modules
127
- uses : actions/cache@v3
127
+ uses : actions/cache@v4
128
128
with :
129
129
path : " **/node_modules"
130
130
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -179,7 +179,7 @@ jobs:
179
179
- name : Fetch dependencies from cache
180
180
if : steps.changed-files.outputs.any_changed == 'true'
181
181
id : cache-node-modules
182
- uses : actions/cache@v3
182
+ uses : actions/cache@v4
183
183
with :
184
184
path : " **/node_modules"
185
185
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -231,7 +231,7 @@ jobs:
231
231
232
232
- name : Fetch dependencies from cache
233
233
id : cache-node-modules
234
- uses : actions/cache@v3
234
+ uses : actions/cache@v4
235
235
with :
236
236
path : " **/node_modules"
237
237
key : yarn-build-code-server-${{ hashFiles('**/yarn.lock') }}
@@ -259,7 +259,7 @@ jobs:
259
259
# force a rebuild.
260
260
- name : Fetch prebuilt Code package from cache
261
261
id : cache-vscode
262
- uses : actions/cache@v3
262
+ uses : actions/cache@v4
263
263
with :
264
264
path : lib/vscode-reh-web-*
265
265
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:
305
305
306
306
- name : Fetch dependencies from cache
307
307
id : cache-node-modules
308
- uses : actions/cache@v3
308
+ uses : actions/cache@v4
309
309
with :
310
310
path : " **/node_modules"
311
311
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -364,7 +364,7 @@ jobs:
364
364
365
365
- name : Fetch dependencies from cache
366
366
id : cache-node-modules
367
- uses : actions/cache@v3
367
+ uses : actions/cache@v4
368
368
with :
369
369
path : " **/node_modules"
370
370
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
@@ -392,7 +392,7 @@ jobs:
392
392
./test/node_modules/.bin/playwright install
393
393
394
394
- name : Cache Caddy
395
- uses : actions/cache@v3
395
+ uses : actions/cache@v4
396
396
id : caddy-cache
397
397
with :
398
398
path : |
0 commit comments