Skip to content

Commit e8b3998

Browse files
committed
fix: Update GitHub Actions workflow for Jekyll site
1 parent d900227 commit e8b3998

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535
- name: Setup Ruby
36-
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
37-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
36+
uses: ruby/setup-ruby@latest
3837
with:
39-
ruby-version: '3.4.9' # Not needed with a .ruby-version file
4038
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4139
cache-version: 0 # Increment this number if you need to re-download cached gems
4240
- name: Setup Pages

0 commit comments

Comments
 (0)