Update jekyll.yml

This commit is contained in:
Fabian Aguilar Gomez
2025-01-13 14:54:01 -06:00
committed by GitHub
parent f4f8d50fb6
commit f8ea592ee6
+2 -1
View File
@@ -34,7 +34,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically