From 9a4e7534e9c302333106d63f78f4f4d7f7aea3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 08:26:51 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.314.0 to 1.315.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.314.0 to 1.315.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/9eb537ca036ebaed86729dcb9309076e4c5c3b74...0dafeac902942906541bc140009cdbf32665b601) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.315.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 3d59796..affb878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 + - uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 with: bundler-cache: true - run: bundle exec rubocop @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 + - uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 with: bundler-cache: true ruby-version: ${{ matrix.ruby }}