We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c16a97 commit c30121bCopy full SHA for c30121b
.github/workflows/pages.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Ruby
36
uses: ruby/[email protected]
37
with:
38
- ruby-version: '3.4.7' # Not needed with a .ruby-version file
+ ruby-version: '3.4.8' # Not needed with a .ruby-version file
39
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
40
cache-version: 0 # Increment this number if you need to re-download cached gems
41
- name: Setup Pages
0 commit comments