We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39680bb commit b2ddafdCopy full SHA for b2ddafd
.github/workflows/pages.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Ruby
36
uses: ruby/setup-ruby@v1.290.0
37
with:
38
- ruby-version: '3.4.8' # Not needed with a .ruby-version file
+ ruby-version: '3.4.9' # 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