File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
- uses : ./.github/actions/setup-meteor
156
156
if : steps.check-build-and-push.outputs.enable == 'true'
157
157
- name : restore node_modules
158
- uses : actions/cache@v3
158
+ uses : actions/cache@v4
159
159
if : steps.check-build-and-push.outputs.enable == 'true'
160
160
with :
161
161
path : |
@@ -323,7 +323,7 @@ jobs:
323
323
node-version-file : " .node-version"
324
324
- name : restore node_modules
325
325
if : steps.check-build-and-push.outputs.enable == 'true'
326
- uses : actions/cache@v3
326
+ uses : actions/cache@v4
327
327
with :
328
328
path : |
329
329
packages/node_modules
@@ -427,7 +427,7 @@ jobs:
427
427
with :
428
428
node-version-file : " .node-version"
429
429
- name : restore node_modules
430
- uses : actions/cache@v3
430
+ uses : actions/cache@v4
431
431
with :
432
432
path : |
433
433
packages/node_modules
@@ -490,7 +490,7 @@ jobs:
490
490
with :
491
491
node-version : ${{ matrix.node-version }}
492
492
- name : restore node_modules
493
- uses : actions/cache@v3
493
+ uses : actions/cache@v4
494
494
with :
495
495
path : |
496
496
packages/node_modules
@@ -530,7 +530,7 @@ jobs:
530
530
with :
531
531
node-version-file : " .node-version"
532
532
- name : restore node_modules
533
- uses : actions/cache@v3
533
+ uses : actions/cache@v4
534
534
with :
535
535
path : |
536
536
packages/node_modules
Original file line number Diff line number Diff line change 27
27
node-version-file : " .node-version"
28
28
- uses : ./.github/actions/setup-meteor
29
29
- name : restore node_modules
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : |
33
33
node_modules
You can’t perform that action at this time.
0 commit comments