From 77a09206db25b51ba7436b8f75fe91e24a1e22ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:46:06 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1 to 1.319.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1 to 1.319.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.319.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.319.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 66ccb57..1c894e1 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 + - uses: ruby/setup-ruby@v1.319.0 with: ruby-version: '3.4' bundler-cache: true diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index fda3209..2f64b39 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 + - uses: ruby/setup-ruby@v1.319.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically