We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b677993 commit 1e4cff3Copy full SHA for 1e4cff3
.github/workflows/pages.yml
@@ -31,9 +31,9 @@ jobs:
31
with:
32
persist-credentials: false
33
- name: Setup Ruby
34
- uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # tag=v1.201.0
+ uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # tag=v1.288.0
35
36
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.4' # Not needed with a .ruby-version file
37
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38
cache-version: 0 # Increment this number if you need to re-download cached gems
39
- name: Setup Pages
0 commit comments