From 99ab5a72584efa0bec3daa3554cbe8f02e08544a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 10:48:00 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.259.0 to 1.261.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.259.0 to 1.261.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/866b91cc020931c510d42e43e498a7f07d335f60...1c58d16f1a2d74dc895c05f92d1e31ffe691110e) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.261.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/jruby.yml | 2 +- .github/workflows/rspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jruby.yml b/.github/workflows/jruby.yml index 701d98b..4913230 100644 --- a/.github/workflows/jruby.yml +++ b/.github/workflows/jruby.yml @@ -35,7 +35,7 @@ jobs: - run: rm -f Gemfile.lock - run: rm -f .ruby-version - name: Set up Ruby - uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1.259.0 + uses: ruby/setup-ruby@1c58d16f1a2d74dc895c05f92d1e31ffe691110e # v1.261.0 with: ruby-version: ${{ matrix.ruby }} rubygems: latest diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index deba0fb..04260d6 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -33,7 +33,7 @@ jobs: - run: rm -f Gemfile.lock - run: rm -f .ruby-version - name: Set up Ruby - uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1.259.0 + uses: ruby/setup-ruby@1c58d16f1a2d74dc895c05f92d1e31ffe691110e # v1.261.0 with: ruby-version: ${{ matrix.ruby }} rubygems: latest