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 c36a3bc commit da59103Copy full SHA for da59103
.github/workflows/jekyll.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Checkout
37
uses: actions/checkout@v4
38
- name: Setup Ruby
39
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@v1
40
with:
41
ruby-version: '3.1' # Not needed with a .ruby-version file
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments