File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : Get yarn cache directory path
20
20
id : yarn-cache-dir-path
21
21
run : echo "::set-output name=dir::$(yarn cache dir)"
22
- - uses : actions/cache@v2
22
+ - uses : actions/cache@v4
23
23
with :
24
24
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
25
25
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 25
25
- name : Get yarn cache directory path
26
26
id : yarn-cache-dir-path
27
27
run : echo "::set-output name=dir::$(yarn cache dir)"
28
- - uses : actions/cache@v2
28
+ - uses : actions/cache@v4
29
29
with :
30
30
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
31
31
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 19
19
- name : Get yarn cache directory path
20
20
id : yarn-cache-dir-path
21
21
run : echo "::set-output name=dir::$(yarn cache dir)"
22
- - uses : actions/cache@v2
22
+ - uses : actions/cache@v4
23
23
with :
24
24
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
25
25
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 19
19
- name : Get yarn cache directory path
20
20
id : yarn-cache-dir-path
21
21
run : echo "::set-output name=dir::$(yarn cache dir)"
22
- - uses : actions/cache@v2
22
+ - uses : actions/cache@v4
23
23
with :
24
24
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
25
25
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments