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 @@ -29,27 +29,27 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 with :
3434 fetch-depth : 0 # Not needed if lastUpdated is not enabled
35- - uses : pnpm/action-setup@v2
35+ - uses : pnpm/action-setup@v4
3636 with :
3737 version : 8
3838 - name : Setup Node
39- uses : actions/setup-node@v3
39+ uses : actions/setup-node@v4
4040 with :
4141 node-version : 18
4242 cache : pnpm
4343 - name : Setup Pages
44- uses : actions/configure-pages@v3
44+ uses : actions/configure-pages@v5
4545 - name : Install dependencies
4646 run : pnpm install --no-frozen-lockfile
4747 - name : Build with VitePress
4848 run : |
4949 pnpm run build
5050 touch .vitepress/dist/.nojekyll
5151 - name : Upload artifact
52- uses : actions/upload-pages-artifact@v2
52+ uses : actions/upload-pages-artifact@v3
5353 with :
5454 path : .vitepress/dist
5555
6464 steps :
6565 - name : Deploy to GitHub Pages
6666 id : deployment
67- uses : actions/deploy-pages@v2
67+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments