We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691f60a commit 2d7319dCopy full SHA for 2d7319d
.github/workflows/jekyll.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Checkout
37
uses: actions/checkout@v3
38
- name: Setup Ruby
39
- uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+ uses: ruby/setup-ruby@v1
40
with:
41
ruby-version: '3.1.3' # Not needed with a .ruby-version file
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments