Skip to content

Commit 931627c

Browse files
committed
update ruby version in CI
1 parent 95e2275 commit 931627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3232
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3333
with:
34-
ruby-version: '3.1' # Not needed with a .ruby-version file
34+
ruby-version: '3.3' # Not needed with a .ruby-version file
3535
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3636
cache-version: 0 # Increment this number if you need to re-download cached gems
3737
- name: Setup Pages

0 commit comments

Comments
 (0)