Update jekyll workflow to use ruby 3.1 (#1969)

This commit is contained in:
なつき
2023-03-13 03:38:16 -07:00
committed by GitHub
parent 001b284cc2
commit e46e854a21
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages