From dfc27baee90c8b67bc879b02f2a36649993c3f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 04:33:08 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.293.0 to 1.294.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.293.0 to 1.294.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/dffb23f65a78bba8db45d387d5ea1bbd6be3ef18...c984c1a20bb35a1cbda04477c816cea024418be9) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.294.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yaml | 2 +- .github/workflows/nightlies.yaml | 2 +- .github/workflows/snapshots.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 44bc5774292..0539e22de07 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -49,7 +49,7 @@ jobs: with: node-version: 20 - name: Set up Ruby - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0 + uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1.294.0 with: ruby-version: '2.7' - name: Set up JDK ${{ matrix.java }} diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml index 41021764e3f..666615ab058 100644 --- a/.github/workflows/nightlies.yaml +++ b/.github/workflows/nightlies.yaml @@ -45,7 +45,7 @@ jobs: with: node-version: 16 - name: Set up Ruby - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0 + uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1.294.0 with: ruby-version: '2.7' - name: Set up JDK ${{ matrix.java }} diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml index 971f2385f0f..b99969cd31a 100644 --- a/.github/workflows/snapshots.yaml +++ b/.github/workflows/snapshots.yaml @@ -45,7 +45,7 @@ jobs: with: node-version: 16 - name: Set up Ruby - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0 + uses: ruby/setup-ruby@c984c1a20bb35a1cbda04477c816cea024418be9 # v1.294.0 with: ruby-version: '2.7' - name: Set up JDK ${{ matrix.java }}