From e394817d89576901d6ccbf7844bbb814c8a9f6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:27:17 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.219.0 to 1.221.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.219.0 to 1.221.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/f2f42b7848feff522ffa488a5236ba0a73bccbdd...32110d4e311bd8996b2a82bf2a43b714ccc91777) --- updated-dependencies: - dependency-name: ruby/setup-ruby 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 b655148..b9c4537 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@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: ruby/setup-ruby@f2f42b7848feff522ffa488a5236ba0a73bccbdd + - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 with: bundler-cache: true - run: bundle exec rake ${{ matrix.task }} @@ -40,7 +40,7 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: ruby/setup-ruby@f2f42b7848feff522ffa488a5236ba0a73bccbdd + - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 with: bundler-cache: true - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12