Skip to content

Commit 039b3d8

Browse files
committed
Switch to ruby/setup-ruby@v1
Instead of a SHA1, which may be 'safer' but only in theory, unless we really audit each update.
1 parent 0fbeb3f commit 039b3d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/jekyll.yml

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

0 commit comments

Comments
 (0)