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.
2 parents 048c3e5 + f5ba620 commit 723c45eCopy full SHA for 723c45e
.github/workflows/build-and-deploy-jekyll-site.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Ruby
35
uses: ruby/setup-ruby@v1
36
with:
37
- ruby-version: '3.2' # Not needed with a .ruby-version file
+ ruby-version: '3.3' # Not needed with a .ruby-version file
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
- name: Setup Pages
0 commit comments