From 415adc317bb6ce595e6adf1c5e12d471c4ef1edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:22:47 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.310.0 to 1.311.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.310.0 to 1.311.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/afeafc3d1ab54a631816aba4c914a0081c12ff2f...a99ac844649df2596b52b4db087cfa0881b172af) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.311.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 484430f..c9d8a6f 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@df4cb1c069e1874edd31b4311f1884172cec0e10 - - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f + - uses: ruby/setup-ruby@a99ac844649df2596b52b4db087cfa0881b172af with: bundler-cache: true - run: bundle exec rake ${{ matrix.task }} @@ -40,7 +40,7 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f + - uses: ruby/setup-ruby@a99ac844649df2596b52b4db087cfa0881b172af with: bundler-cache: true - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654