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 22
22
run : echo "::set-output name=dir::$(yarn cache dir)"
23
23
24
24
- name : Restore yarn cache
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
27
27
with :
28
28
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 22
22
run : echo "::set-output name=dir::$(yarn cache dir)"
23
23
24
24
- name : Restore yarn cache
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
27
27
with :
28
28
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 25
25
run : echo "::set-output name=dir::$(yarn cache dir)"
26
26
27
27
- name : Restore yarn cache
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v4
29
29
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
30
30
with :
31
31
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 25
25
run : echo "::set-output name=dir::$(yarn cache dir)"
26
26
27
27
- name : Restore yarn cache
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v4
29
29
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
30
30
with :
31
31
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments