Skip to content

Commit cfdd60b

Browse files
committed
Update CI flow
1 parent f5bf201 commit cfdd60b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Setup Ruby
38-
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
39-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
38+
uses: ruby/setup-ruby@v1
4039
with:
4140
ruby-version: "3.3" # Not needed with a .ruby-version file
4241
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
42+
cache-version: 1 # Increment this number if you need to re-download cached gems
4443

4544
- name: Setup Pages
4645
id: pages

0 commit comments

Comments
 (0)