File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Setup node
35- uses : actions/setup-node@v3
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : 20
3838 registry-url : ' https://registry.npmjs.org'
3939
4040 - name : Install pnpm
41- uses : pnpm/action-setup@v2
41+ uses : pnpm/action-setup@v4
4242 id : pnpm-install
4343 with :
4444 version : 8
@@ -48,14 +48,14 @@ jobs:
4848 run : pnpm run build
4949
5050 - name : Setup Pages
51- uses : actions/configure-pages@v3
51+ uses : actions/configure-pages@v5
5252
5353 - name : Upload artifact
54- uses : actions/upload-pages-artifact@v2
54+ uses : actions/upload-pages-artifact@v4
5555 with :
5656 # Upload dist repository
5757 path : ' ./dist'
5858
5959 - name : Deploy to GitHub Pages
6060 id : deployment
61- uses : actions/deploy-pages@v2
61+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments