Skip to content

Commit 8b22d8f

Browse files
committed
update Ruby in build GitHub Action
1 parent 186df93 commit 8b22d8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
with:
3737
submodules: recursive
3838
- name: Setup Ruby
39-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
39+
uses: ruby/setup-ruby@v1
4040
with:
41-
ruby-version: "3.1" # Not needed with a .ruby-version file
41+
ruby-version: "3.4.5" # Not needed with a .ruby-version file
4242
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
4443
- name: Setup Pages
4544
id: pages
4645
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)