We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e2e45 commit f1c2974Copy full SHA for f1c2974
.github/workflows/jekyll.yml
@@ -36,7 +36,9 @@ jobs:
36
- name: Setup Ruby
37
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
38
with:
39
- ruby-version: '2.7'
+ ruby-version: '3.3'
40
+ rubygems: 'latest' # ensures RubyGems >= 3.3.22
41
+ bundler: 'latest' # ensures Bundler >= 2.3.22
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43
cache-version: 0 # Increment this number if you need to re-download cached gems
44
- name: Setup Pages
0 commit comments