Skip to content

Commit 8cbec65

Browse files
chore: upgrade GitHub Actions to v5 for Node.js 24 compatibility
1 parent 47d40a9 commit 8cbec65

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pages-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

3535
- name: Setup Pages
3636
id: pages
37-
uses: actions/configure-pages@v4
37+
uses: actions/configure-pages@v5
3838

3939
- name: Setup Ruby
4040
uses: ruby/setup-ruby@v1
@@ -43,7 +43,7 @@ jobs:
4343
bundler-cache: true
4444

4545
- name: Setup Node.js
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v5
4747
with:
4848
node-version: 20
4949

@@ -81,7 +81,7 @@ jobs:
8181
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
8282
8383
- name: Upload site artifact
84-
uses: actions/upload-pages-artifact@v3
84+
uses: actions/upload-pages-artifact@v4
8585
with:
8686
path: "_site${{ steps.pages.outputs.base_path }}"
8787

@@ -94,4 +94,4 @@ jobs:
9494
steps:
9595
- name: Deploy to GitHub Pages
9696
id: deployment
97-
uses: actions/deploy-pages@v4
97+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)