From b7e5c0e26052a2e92bc81bd4ed6f7396a0e1d227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:15:15 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.276.0 to 1.299.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.276.0 to 1.299.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/ae195bbe749a7cef685ac729197124a48305c1cb...3ff19f5e2baf30647122352b96108b1fbe250c64) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.299.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 e9c2749..ccdf2f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb + - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 with: bundler-cache: true - run: bundle exec rubocop @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: ruby/setup-ruby@ae195bbe749a7cef685ac729197124a48305c1cb + - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 with: bundler-cache: true ruby-version: ${{ matrix.ruby }}