File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 id : yarn-cache-dir-path
1717 run : echo "::set-output name=dir::$(yarn cache dir)"
1818
19- - uses : actions/cache@v2
19+ - uses : actions/cache@v3
2020 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2121 with :
2222 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 2626 id : yarn-cache-dir-path
2727 run : echo "::set-output name=dir::$(yarn cache dir)"
2828
29- - uses : actions/cache@v2
29+ - uses : actions/cache@v3
3030 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3131 with :
3232 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 1616 id : yarn-cache-dir-path
1717 run : echo "::set-output name=dir::$(yarn cache dir)"
1818
19- - uses : actions/cache@v2
19+ - uses : actions/cache@v3
2020 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2121 with :
2222 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments