File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 id : yarn-cache-dir-path
2020 run : echo "::set-output name=dir::$(yarn cache dir)"
2121
22- - uses : actions/cache@v2
22+ - uses : actions/cache@v3
2323 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2424 with :
2525 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 1919 id : yarn-cache-dir-path
2020 run : echo "::set-output name=dir::$(yarn cache dir)"
2121
22- - uses : actions/cache@v2
22+ - uses : actions/cache@v3
2323 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2424 with :
2525 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 2121 id : yarn-cache-dir-path
2222 run : echo "::set-output name=dir::$(yarn cache dir)"
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v3
2525 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2626 with :
2727 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments