Skip to content

Commit 8b073f6

Browse files
authored
Update ruby/setup-ruby in jekyll.yml
1 parent ba7167d commit 8b073f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
# https://github.com/ruby/setup-ruby/releases/tag/v1.218.0
38+
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d
3939
with:
40-
ruby-version: '3.1' # 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)