File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 fetch-depth : 0
3939 - name : Set up Node.js
40- uses : actions/setup-node@v3
40+ uses : actions/setup-node@v4
4141 with :
4242 node-version : 16.x
4343 cache : yarn
@@ -46,12 +46,12 @@ jobs:
4646 - name : Build
4747 run : yarn build
4848 - name : Setup Pages
49- uses : actions/configure-pages@v3
49+ uses : actions/configure-pages@v4
5050 - name : Upload artifact
51- uses : actions/upload-pages-artifact@v2
51+ uses : actions/upload-pages-artifact@v3
5252 with :
5353 # Upload entire repository
5454 path : build
5555 - name : Deploy to GitHub Pages
5656 id : deployment
57- uses : actions/deploy-pages@v2
57+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments