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 @@ -27,24 +27,24 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 with :
3232 fetch-depth : 0 # Not needed if lastUpdated is not enabled
3333 - name : Setup Node
34- uses : actions/setup-node@v3
34+ uses : actions/setup-node@v4
3535 with :
3636 node-version : 18
3737 cache : yarn
3838 - name : Setup Pages
39- uses : actions/configure-pages@v3
39+ uses : actions/configure-pages@v4
4040 - name : Install dependencies
4141 run : yarn install
4242 - name : Build with VitePress
4343 run : |
4444 yarn docs:build
4545 touch wiki/.vitepress/dist/.nojekyll
4646 - name : Upload artifact
47- uses : actions/upload-pages-artifact@v2
47+ uses : actions/upload-pages-artifact@v3
4848 with :
4949 path : wiki/.vitepress/dist
5050
5959 steps :
6060 - name : Deploy to GitHub Pages
6161 id : deployment
62- uses : actions/deploy-pages@v2
62+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments