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 0b9f285 commit 8871aa5Copy full SHA for 8871aa5
.github/workflows/pages.yml
@@ -32,9 +32,9 @@ jobs:
32
- name: Checkout
33
uses: actions/checkout@v4
34
- name: Setup Ruby
35
- uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
+ uses: ruby/setup-ruby@v1
36
with:
37
- ruby-version: '3.3' # Not needed with a .ruby-version file
+ ruby-version: '3.1.3' # Not needed with a .ruby-version file
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
- name: Setup Pages
0 commit comments