Add `ruby-version` back
This commit is contained in:
parent
8b073f6ed4
commit
7d1357654e
|
@ -37,6 +37,7 @@ jobs:
|
|||
# https://github.com/ruby/setup-ruby/releases/tag/v1.218.0
|
||||
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d
|
||||
with:
|
||||
ruby-version: '3.3' # 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
|
||||
|
|
Loading…
Reference in New Issue