From 5f96ac96608e36dafa30dcb44a88fb0efdba714b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:53:58 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1 to 1.307.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1 to 1.307.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...v1.307.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.307.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8f767a..85c8714 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: ruby-version: ["3.1", "3.2", "3.3", "3.4"] steps: - uses: actions/checkout@v6.0.2 - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@v1.307.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d07210c..479795a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.event.release.tag_name }} - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@v1.307.0 with: ruby-version: "3.4" bundler-cache: true