From fb4671e167819a8c307d99ea7b36426c60eba76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:33:31 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.306.0 to 1.307.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.306.0 to 1.307.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.306.0...v1.307.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.307.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release_gem.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_gem.yml b/.github/workflows/release_gem.yml index c62350d..2d84594 100644 --- a/.github/workflows/release_gem.yml +++ b/.github/workflows/release_gem.yml @@ -17,7 +17,7 @@ jobs: steps: # Build the gem package - uses: actions/checkout@v6 - - uses: ruby/setup-ruby@v1.306.0 + - uses: ruby/setup-ruby@v1.307.0 with: bundler-cache: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 098cfa9..eebbfb4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.306.0 + uses: ruby/setup-ruby@v1.307.0 with: bundler-cache: true - name: Run tests and rubocop