We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d6c48 commit 6a01025Copy full SHA for 6a01025
.github/workflows/jekyll.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup Ruby
42
uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb # v1.276.0
43
with:
44
- ruby-version: '3.3.6' # Not needed with a .ruby-version file
+ ruby-version: '3.4.7' # Not needed with a .ruby-version file
45
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
46
cache-version: 1 # Increment this number if you need to re-download cached gems
47
- name: Setup Pages
0 commit comments