File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 echo "::set-output name=path::$(yarn config get cacheFolder)"
2626 echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
2727 - name : Cache node modules
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 id : yarn-cache
3030 with :
3131 path : ${{ steps.vars.outputs.path }}
6161 echo "::set-output name=path::$(yarn config get cacheFolder)"
6262 echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
6363 - name : Cache node modules
64- uses : actions/cache@v2
64+ uses : actions/cache@v4
6565 id : yarn-cache
6666 with :
6767 path : ${{ steps.vars.outputs.path }}
Original file line number Diff line number Diff line change 1818 echo "::set-output name=path::$(yarn config get cacheFolder)"
1919 echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
2020 - name : Cache node modules
21- uses : actions/cache@v2
21+ uses : actions/cache@v4
2222 id : yarn-cache
2323 with :
2424 path : ${{ steps.vars.outputs.path }}
5353 echo "::set-output name=path::$(yarn config get cacheFolder)"
5454 echo "::set-output name=commithash::$(git rev-parse --short HEAD)"
5555 - name : Cache node modules
56- uses : actions/cache@v2
56+ uses : actions/cache@v4
5757 id : yarn-cache
5858 with :
5959 path : ${{ steps.vars.outputs.path }}
You can’t perform that action at this time.
0 commit comments