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 66 - deploy
77jobs :
88 deploy :
9- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
1212
2020 run : echo "::set-output name=dir::$(yarn cache dir)"
2121
2222 - name : Cache dependencies
23- uses : actions/cache@v2
23+ uses : actions/cache@v4
2424 with :
2525 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
2626 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 deploy :
13- runs-on : ubuntu-20.04
13+ runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
1616
2424 run : echo "::set-output name=dir::$(yarn cache dir)"
2525
2626 - name : Cache dependencies
27- uses : actions/cache@v2
27+ uses : actions/cache@v4
2828 with :
2929 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
3030 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments