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 a160be7 + 2099572 commit f6bf0b2Copy full SHA for f6bf0b2
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout Repository
23
uses: actions/[email protected]
24
- name: Set Up Ruby 3.3.6
25
- uses: ruby/setup-ruby@v1.221.0
+ uses: ruby/setup-ruby@v1.222.0
26
with:
27
ruby-version: 3.3.6
28
bundler-cache: true
.github/workflows/jekyll.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Checkout
35
36
- name: Setup Ruby
37
38
39
ruby-version: '3.3.6' # Not needed with a .ruby-version file
40
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments