From 4b7da9e4602313be337dd0f8d015dc0164c0b77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:08:24 +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/8d27f39a5e7ad39aebbcbd1324f7af020229645c...09a7688d3b55cf0e976497ff046b70949eeaccfd) --- 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/branch-protection.yaml | 2 +- .github/workflows/continuous-delivery.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-protection.yaml b/.github/workflows/branch-protection.yaml index ebeccca..faac1b4 100644 --- a/.github/workflows/branch-protection.yaml +++ b/.github/workflows/branch-protection.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c + - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd with: ruby-version: ${{ matrix.ruby }} - run: gem install bundler --no-document diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index 9e35530..192a57d 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c + - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd with: ruby-version: 3.4.4 - run: gem install bundler --no-document