From cf600a6f0b5c3f49141f9eecc08e8c5e52b06a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:34:11 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.289.0 to 1.290.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.289.0 to 1.290.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/19a43a6a2428d455dbd1b85344698725179c9d8c...6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.290.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 a9876f934d..619743b34c 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@19a43a6a2428d455dbd1b85344698725179c9d8c # v1.289.0 + uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.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 ba1e69bcdd..cab11d67e2 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@19a43a6a2428d455dbd1b85344698725179c9d8c # v1.289.0 + uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.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 bd38a2f53d..d685685b32 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@19a43a6a2428d455dbd1b85344698725179c9d8c # v1.289.0 + uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0 with: ruby-version: '2.7' - name: Set up JDK ${{ matrix.java }}