This repository was archived by the owner on Jan 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414
1515 - name : Set up Node.js version
16- uses : actions/setup-node@v1
16+ uses : actions/setup-node@v3
1717 with :
1818 node-version : " 16.x"
1919
2222 run : echo "::set-output name=dir::$(yarn cache dir)"
2323
2424 - name : Cache yarn
25- uses : actions/cache@v2
25+ uses : actions/cache@v3
2626 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2727 with :
2828 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
3636 yarn
3737
3838 - name : Cache next
39- uses : actions/cache@v2
39+ uses : actions/cache@v3
4040 id : cache-next
4141 with :
4242 path : ${{ github.workspace }}/.next/cache
You can’t perform that action at this time.
0 commit comments