From 03dc1ec7d119db871f119a01b1f4946318c37fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:19:59 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.287.0 to 1.288.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.287.0 to 1.288.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.287.0...v1.288.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.288.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 2e7ed92..991fd88 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.4 - uses: ruby/setup-ruby@v1.287.0 + uses: ruby/setup-ruby@v1.288.0 with: ruby-version: 3.4 - name: Build and test with Rake @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.3 - uses: ruby/setup-ruby@v1.287.0 + uses: ruby/setup-ruby@v1.288.0 with: ruby-version: 3.3 - name: Build and test with Rake @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Ruby 3.2 - uses: ruby/setup-ruby@v1.287.0 + uses: ruby/setup-ruby@v1.288.0 with: ruby-version: 3.2 - name: Build and test with Rake