File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : Set up Node.js
37- uses : actions/setup-node@v3
37+ uses : actions/setup-node@v4
3838 with :
39- node-version : 18 .x
39+ node-version : 20 .x
4040 cache : yarn
4141 - name : Install dependencies
4242 run : yarn install --frozen-lockfile --non-interactive
4343 - name : Build
4444 run : yarn build
4545 - name : Setup Pages
46- uses : actions/configure-pages@v3
46+ uses : actions/configure-pages@v4
4747 - name : Upload artifact
48- uses : actions/upload-pages-artifact@v2
48+ uses : actions/upload-pages-artifact@v3
4949 with :
5050 path : build
5151 - name : Deploy to GitHub Pages
5252 id : deployment
53- uses : actions/deploy-pages@v2
53+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments