From 478634ade687a8ec0a2bebf157416a15a2234533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:53:47 +0000 Subject: [PATCH] chore(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/release.yml | 2 +- .github/workflows/ruby.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c894e1..67a4466 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v7 with: ref: ${{ github.ref }} - - uses: ruby/setup-ruby@v1.319.0 + - uses: ruby/setup-ruby@v1.320.0 with: ruby-version: '3.4' bundler-cache: true diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 2f64b39..984c567 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v7 - - uses: ruby/setup-ruby@v1.319.0 + - uses: ruby/setup-ruby@v1.320.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically