We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1640c4 commit 9606911Copy full SHA for 9606911
.github/workflows/jekyll.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v4
31
- name: Setup Ruby and install Gemfile bundles
32
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@v1
33
with:
34
ruby-version: '3.1' # Not needed with a .ruby-version file
35
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments