File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ jobs:
2828 id : setup-pages
2929
3030 - name : Checkout gh-pages
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 with :
3333 ref : gh-pages
3434 path : gh-pages
3535
3636 - name : Checkout gh-pages-dev
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 with :
3939 ref : gh-pages-dev
4040 path : gh-pages-dev
4141
4242 - name : Setup node
43- uses : actions/setup-node@v3
43+ uses : actions/setup-node@v4
4444 with :
4545 node-version : ' 20.5'
4646 cache : yarn
@@ -79,10 +79,10 @@ jobs:
7979
8080
8181 - name : Upload webpage artifact
82- uses : actions/upload-pages-artifact@v1
82+ uses : actions/upload-pages-artifact@v3
8383 with :
8484 path : ' combined'
8585
8686 - name : Deploy to GitHub Pages
8787 id : deployment
88- uses : actions/deploy-pages@v2
88+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Setup node
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v4
2121 with :
2222 node-version : ' 20.5'
2323 cache : yarn
4343 GITHUB_BASE_PATH : ${{ steps.setup-pages.outputs.base_path }}
4444
4545 - name : Upload webpage artifact
46- uses : actions/upload-pages-artifact@v1
46+ uses : actions/upload-pages-artifact@v3
4747 with :
4848 path : ' website/build'
You can’t perform that action at this time.
0 commit comments