Skip to content

Commit c00c513

Browse files
author
Jacob Lamb
authored
chore(actions): Update versions in deploy_website.yml (#68)
1 parent 9867190 commit c00c513

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy_website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
submodules: recursive
2626
fetch-depth: 0
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: 24
3232
cache: "npm"
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run build
3939

4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v4
4242
with:
4343
path: ./dist
4444

0 commit comments

Comments
 (0)