File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 id : yarn-cache-dir-path
2727 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
2828
29- - uses : actions/cache@v4
29+ - uses : actions/cache@v5
3030 name : Cache yarn dependencies
3131 id : yarn-cache
3232 with :
Original file line number Diff line number Diff line change 3838 id : yarn-cache-dir-path
3939 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
4040
41- - uses : actions/cache@v4
41+ - uses : actions/cache@v5
4242 name : Cache yarn dependencies
4343 id : yarn-cache
4444 with :
Original file line number Diff line number Diff line change 9090 id : yarn-cache-dir-path
9191 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
9292
93- - uses : actions/cache@v4
93+ - uses : actions/cache@v5
9494 name : Cache yarn dependencies
9595 id : yarn-cache
9696 with :
Original file line number Diff line number Diff line change 3535 - name : Get yarn cache directory path
3636 id : yarn-cache-dir-path
3737 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
38- - uses : actions/cache@v4
38+ - uses : actions/cache@v5
3939 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4040 with :
4141 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 3434 - name : Get yarn cache directory path
3535 id : yarn-cache-dir-path
3636 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
37- - uses : actions/cache@v4
37+ - uses : actions/cache@v5
3838 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939 with :
4040 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments