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 3d11d73 commit 869fe7dCopy full SHA for 869fe7d
.github/workflows/jekyll-gh-pages.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v4
33
- name: Setup Ruby
34
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@46ca53beb334a2329bcd0e46a694816a6ae6d173 # v1.201.0
35
with:
36
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
37
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
38
cache-version: 1 # Increment this number if you need to re-download cached gems
39
- name: Setup Pages
0 commit comments