From 5279efdd05e25efbcfb14cd861b9df892084ad61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:22:44 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.319.0 to 1.320.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.319.0 to 1.320.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.319.0...v1.320.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.320.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 f6af964..2147071 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.319.0 + - uses: ruby/setup-ruby@v1.320.0 with: ruby-version: ${{ matrix.ruby }} bundler: ${{ matrix.bundler || 'Gemfile.lock' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96acf44..87ab459 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.319.0 + - uses: ruby/setup-ruby@v1.320.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 4ccf73b..ae3ce1e 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.319.0 + - uses: ruby/setup-ruby@v1.320.0 with: ruby-version: 3.2 bundler-cache: true