Skip to content

Commit 07afb59

Browse files
Update Ruby version to 4.0.4 in workflow
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
1 parent 06acafb commit 07afb59

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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
4343
with:
44-
ruby-version: '4.0.2' # Not needed with a .ruby-version file
44+
ruby-version: '4.0.4' # 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)