Bump ruby/setup-ruby from 1.305.0 to 1.316.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.305.0 to 1.316.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/0cb964fd540e0a24c900370abf38a33466142735...d45b1a4e94b71acab930e56e79c6aa188764e7f9) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.316.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index b29ae13..5c60371 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml
@@ -34,7 +34,7 @@ - name: Checkout uses: actions/checkout@v6 - name: Setup Ruby - uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0 + uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 with: ruby-version: '3.2' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically