Add `ruby-version` back

This commit is contained in:
Harry Mellor 2025-02-06 23:18:43 +00:00 committed by GitHub
parent 8b073f6ed4
commit 7d1357654e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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