Skip to content

Commit b347aa4

Browse files
Revert to Ruby 3.1 that defaults to 3.1.6
1 parent e61945f commit b347aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Ruby
3636
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
3737
with:
38-
ruby-version: '3.1.7' # Not needed with a .ruby-version file
38+
ruby-version: '3.1' # Not needed with a .ruby-version file
3939
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4040
cache-version: 0 # Increment this number if you need to re-download cached gems
4141
- name: Setup Pages

0 commit comments

Comments
 (0)