We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287dc21 commit fa3027aCopy full SHA for fa3027a
.github/workflows/jekyll.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Ruby
31
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
32
with:
33
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.3' # Not needed with a .ruby-version file
34
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
35
cache-version: 0 # Increment this number if you need to re-download cached gems
36
- name: Setup Pages
0 commit comments