Skip to content

Commit abf9d17

Browse files
authored
Updated ruby version in jekyll.yml
Using template in https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml
1 parent 8669c1b commit abf9d17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
37+
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3839
with:
3940
ruby-version: '3.1' # Not needed with a .ruby-version file
4041
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)