From f70089daf8a061322a8c94f547dc2af23dc37e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:33:00 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.187.0 to 1.188.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.187.0 to 1.188.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/161cd54b698f1fb3ea539faab2e036d409550e3c...50ba3386b050ad5b97a41fcb81240cbee1d1821f) --- 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 ad957c6..49d7f20 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@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c + - uses: ruby/setup-ruby@50ba3386b050ad5b97a41fcb81240cbee1d1821f with: bundler-cache: true - run: bundle exec rake ${{ matrix.task }} @@ -40,7 +40,7 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c + - uses: ruby/setup-ruby@50ba3386b050ad5b97a41fcb81240cbee1d1821f with: bundler-cache: true - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9