From 00de35ca2691c40bfade2566f55381e59b454358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:22:31 +0000 Subject: [PATCH] build(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/v1.314.0...v1.315.0) --- 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/rake.yml | 2 +- .github/workflows/rubocop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rake.yml b/.github/workflows/rake.yml index 405998d..f125a05 100644 --- a/.github/workflows/rake.yml +++ b/.github/workflows/rake.yml @@ -42,7 +42,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v7.0.0 - - uses: ruby/setup-ruby@v1.314.0 + - uses: ruby/setup-ruby@v1.315.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 9a10743..17ebd28 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -30,7 +30,7 @@ jobs: BUNDLE_ONLY: rubocop steps: - uses: actions/checkout@v7.0.0 - - uses: ruby/setup-ruby@v1.314.0 + - uses: ruby/setup-ruby@v1.315.0 with: ruby-version: 3.2 bundler-cache: true