From 7d05ada534098a3b8b3322465e849374356754b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 05:22:55 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.320.0 to 1.321.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.320.0 to 1.321.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.320.0...v1.321.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.321.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rake.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rubocop.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rake.yml b/.github/workflows/rake.yml index 2147071..6c1d901 100644 --- a/.github/workflows/rake.yml +++ b/.github/workflows/rake.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: ruby/setup-ruby@v1.320.0 + - uses: ruby/setup-ruby@v1.321.0 with: ruby-version: ${{ matrix.ruby }} bundler: ${{ matrix.bundler || 'Gemfile.lock' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87ab459..f8002e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: ruby/setup-ruby@v1.320.0 + - uses: ruby/setup-ruby@v1.321.0 with: ruby-version: '3.4' - name: Verify the tag matches the gem version diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index ae3ce1e..d1418a3 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: ruby/setup-ruby@v1.320.0 + - uses: ruby/setup-ruby@v1.321.0 with: ruby-version: 3.2 bundler-cache: true