Skip to content

Commit 49ebd1d

Browse files
chore(deps): update github actions (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2fb7b6 commit 49ebd1d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
working-directory: website
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Setup Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
34-
node-version: 20.19.6
34+
node-version: 24.12.0
3535
cache: npm
3636
cache-dependency-path: website/package-lock.json
3737

@@ -42,10 +42,10 @@ jobs:
4242
run: npm run build
4343

4444
- name: Setup Pages
45-
uses: actions/configure-pages@v4
45+
uses: actions/configure-pages@v5
4646

4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v3
48+
uses: actions/upload-pages-artifact@v4
4949
with:
5050
path: website/build
5151

0 commit comments

Comments
 (0)