File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : Setup Pages
3737 id : pages
38- uses : actions/configure-pages@v3
39- - uses : pnpm/action-setup@v2
38+ uses : actions/configure-pages@v5
39+ - uses : pnpm/action-setup@v4
4040 with :
4141 version : 8.7.5
4242 - name : Setup Node
43- uses : actions/setup-node@v3
43+ uses : actions/setup-node@v4
4444 with :
45- node-version : " 18 "
45+ node-version : " 22 "
4646 cache : pnpm
4747 cache-dependency-path : ${{ env.BUILD_PATH }}/pnpm-lock.yaml
4848 - name : Install dependencies
5252 run : pnpm run build
5353 working-directory : ${{ env.BUILD_PATH }}
5454 - name : Upload artifact
55- uses : actions/upload-pages-artifact@v1
55+ uses : actions/upload-pages-artifact@v3
5656 with :
5757 path : ${{ env.BUILD_PATH }}/_site
5858
6666 steps :
6767 - name : Deploy to GitHub Pages
6868 id : deployment
69- uses : actions/deploy-pages@v2
69+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments