Skip to content

Commit 366d97b

Browse files
Update github actions
1 parent c3c5f8c commit 366d97b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- uses: pnpm/action-setup@v3
3131
with:
3232
version: 8
3333

3434
- name: Setup Node.js
35-
uses: actions/setup-node@v4
35+
uses: actions/setup-node@v6
3636
with:
37-
node-version: 20
37+
node-version: 22
3838
cache: 'pnpm'
3939

4040
- name: Install dependencies
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/configure-pages@v5
5656

5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v3
58+
uses: actions/upload-pages-artifact@v4
5959
with:
6060
path: 'dist'
6161

0 commit comments

Comments
 (0)