File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
run : echo "::set-output name=dir::$(yarn cache dir)"
19
19
20
20
- name : Yarn cache
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
with :
23
23
path : ${{ steps.yarn-cache.outputs.dir }}
24
24
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -58,15 +58,15 @@ jobs:
58
58
run : echo "::set-output name=dir::$(yarn cache dir)"
59
59
60
60
- name : Yarn cache
61
- uses : actions/cache@v3
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : ${{ steps.yarn-cache.outputs.dir }}
64
64
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
65
65
restore-keys : |
66
66
${{ runner.os }}-yarn-
67
67
68
68
- name : Locks cache
69
- uses : actions/cache@v3
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : test/e2e/__locks__
72
72
key : ${{ runner.os }}-locks
You can’t perform that action at this time.
0 commit comments