File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 # 👇 Build steps
3434 - name : Set up Node.js
3535 uses : actions/setup-node@v4
@@ -43,12 +43,12 @@ jobs:
4343 run : yarn build
4444 # 👆 Build steps
4545 - name : Setup Pages
46- uses : actions/configure-pages@v3
46+ uses : actions/configure-pages@v5
4747 - name : Upload artifact
48- uses : actions/upload-pages-artifact@v2
48+ uses : actions/upload-pages-artifact@v3
4949 with :
5050 # 👇 Specify build output path
5151 path : build
5252 - name : Deploy to GitHub Pages
5353 id : deployment
54- uses : actions/deploy-pages@v2
54+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : checkout
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v4
1010 - name : Use corepack
1111 run : corepack enable
1212 - name : Install node dependencies
You can’t perform that action at this time.
0 commit comments