Skip to content

Commit 19295e7

Browse files
Update Ruby version in Jekyll workflow
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
1 parent f90ea2f commit 19295e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Ruby
4242
uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
4343
with:
44-
ruby-version: '4.0.2' # Not needed with a .ruby-version file
44+
ruby-version: '4.0.0' # Not needed with a .ruby-version file
4545
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4646
cache-version: 5 # Increment this number if you need to re-download cached gems
4747
- name: Setup Pages

0 commit comments

Comments
 (0)