From e2706e1c4136838b2bb63e5fc6fe9e09de1c60f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:32:25 +0000 Subject: [PATCH] . e Bump ruby/setup-ruby from 1.314.0 to 1.321.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.314.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.314.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/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7c6658..935de93 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Ruby, JRuby and TruffleRuby - uses: ruby/setup-ruby@v1.314.0 + uses: ruby/setup-ruby@v1.321.0 with: ruby-version : 3.2.6 - uses: actions/checkout@v7 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d10fd29..200fb79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - macos steps: - name: Setup Ruby - uses: ruby/setup-ruby@v1.314.0 + uses: ruby/setup-ruby@v1.321.0 with: ruby-version: ${{ matrix.ruby }} - uses: actions/checkout@v7