From 5ef7937516d86b7f454796656e44c6db88447c6c Mon Sep 17 00:00:00 2001 From: Eli Duke Date: Fri, 8 May 2026 13:20:09 -0700 Subject: [PATCH] Updates 'setup-ruby' to v1 Recently started a new GitHub Pages / Jekyll project, and was surprised to see the setup-ruby action still tied to a very old and specific version. This is much cleaner now. --- pages/jekyll.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/jekyll.yml b/pages/jekyll.yml index 92826f4e22..447b2375ff 100644 --- a/pages/jekyll.yml +++ b/pages/jekyll.yml @@ -34,8 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0 - uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 + uses: ruby/setup-ruby@v1 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically