Skip to content

Commit 30b076f

Browse files
Merge pull request #35 from codeplaysoftware/ci-fix
Hopefully fixes an issue with CI failing.
2 parents 1a8c529 + c70265b commit 30b076f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929
- name: Setup Ruby
30-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
30+
uses: ruby/setup-ruby@v1.221.0
3131
with:
3232
ruby-version: '3.1' # Not needed with a .ruby-version file
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)