Skip to content

Commit bf4c47a

Browse files
Upgrade GitHub Actions to support Node 24 runtime (#241)
* Upgrade GitHub Actions to support Node 24 runtime Updated GitHub Actions to use latest versions for Node 24 support. * Upgrade GitHub Actions versions in workflow Updated GitHub Actions to v6 and retained v5 for deployment.
1 parent b70e160 commit bf4c47a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
- name: Setup Pages
35-
uses: actions/configure-pages@v5
35+
uses: actions/configure-pages@v6
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v3
37+
uses: actions/upload-pages-artifact@v5
3838
with:
3939
# Upload entire repository
4040
path: './website'

0 commit comments

Comments
 (0)