Skip to content

Commit 93ad04c

Browse files
committed
Update Jekyll GitHub Actions workflow to use Ruby 3.3 and latest setup-ruby version
1 parent d85932d commit 93ad04c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
99
on:
1010
# Runs on pushes targeting the default branch
1111
push:
12-
branches: [$default-branch]
12+
branches: ["main"]
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
@@ -34,10 +34,9 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
37+
uses: ruby/setup-ruby@v1.207.0
3938
with:
40-
ruby-version: "3.1" # Not needed with a .ruby-version file
39+
ruby-version: "3.3" # Not needed with a .ruby-version file
4140
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4241
cache-version: 0 # Increment this number if you need to re-download cached gems
4342
- name: Setup Pages

0 commit comments

Comments
 (0)