Update Ruby version in Jekyll workflow

This commit is contained in:
2026-08-08 22:14:45 -04:00
committed by GitHub
parent b0ccd8c689
commit ab69d7843d

View File

@@ -37,7 +37,7 @@ jobs:
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with:
ruby-version: '4.0' # Not needed with a .ruby-version file
ruby-version: '3.4.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages