We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8871aa5 commit f4bbf0bCopy full SHA for f4bbf0b
1 file changed
.github/workflows/pages.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout
33
uses: actions/checkout@v4
34
- name: Setup Ruby
35
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@v1.196.0
36
with:
37
ruby-version: '3.1.3' # Not needed with a .ruby-version file
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments