Skip to content

Commit 99974a4

Browse files
committed
ci: Bump GH action versions for Node.js 24 compatibility
1 parent 752fbac commit 99974a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v7
3636
- name: Setup Ruby
3737
uses: ruby/setup-ruby@v1
3838
with:
@@ -41,7 +41,7 @@ jobs:
4141
cache-version: 1 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages
4343
id: pages
44-
uses: actions/configure-pages@v5
44+
uses: actions/configure-pages@v6
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
4747
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v4
64+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)