From 96024edb6d3bc935a6ed60a6416ec4228778c206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:53:19 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1 to 1.314.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1 to 1.314.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/v1...v1.314.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.314.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d47c2f99..5eb8c2d78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: # See: https://github.com/ruby/rubygems/issues/7983 - if: startsWith(matrix.os, 'ubuntu') run: mkdir -p /opt/hostedtoolcache/Ruby && chmod -R o-w /opt/hostedtoolcache/Ruby - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@v1.314.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true @@ -140,7 +140,7 @@ jobs: # Workaround for Bundler 4.x security check on world-writable GHA runner directories. # See: https://github.com/ruby/rubygems/issues/7983 - run: mkdir -p /opt/hostedtoolcache/Ruby && chmod -R o-w /opt/hostedtoolcache/Ruby - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@v1.314.0 with: ruby-version: ${{ matrix.ruby }} # The manager runs `bundle install` itself with RAILS_VERSION set, then