From 62356b484157e858bd598be1b46fedfa5dbe0fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:22:31 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.315.0 to 1.316.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.315.0 to 1.316.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.315.0...v1.316.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.316.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 f125a05..1017a6a 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.315.0 + - uses: ruby/setup-ruby@v1.316.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 17ebd28..35933cb 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.315.0 + - uses: ruby/setup-ruby@v1.316.0 with: ruby-version: 3.2 bundler-cache: true