We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186df93 commit 8b22d8fCopy full SHA for 8b22d8f
.github/workflows/jekyll.yml
@@ -36,11 +36,10 @@ jobs:
36
with:
37
submodules: recursive
38
- name: Setup Ruby
39
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@v1
40
41
- ruby-version: "3.1" # Not needed with a .ruby-version file
+ ruby-version: "3.4.5" # Not needed with a .ruby-version file
42
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
43
- cache-version: 0 # Increment this number if you need to re-download cached gems
44
- name: Setup Pages
45
id: pages
46
uses: actions/configure-pages@v4
0 commit comments