From 696d89a8210fa8f8c8df7f163186a6263070bc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:16:07 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.299.0 to 1.301.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.299.0 to 1.301.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/3ff19f5e2baf30647122352b96108b1fbe250c64...4c56a21280b36d862b5fc31348f463d60bdc55d5) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.301.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d720c1b..4bdb665 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -24,7 +24,7 @@ jobs: name: "Execute ${{ matrix.task }}" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 + - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 with: bundler-cache: true - run: bundle exec rake ${{ matrix.task }} @@ -40,7 +40,7 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 + - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 with: bundler-cache: true - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654