From c8902a3e636af80bfaf924aa6582e9641d86c852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:47:02 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.316.0 to 1.317.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.316.0 to 1.317.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/d45b1a4e94b71acab930e56e79c6aa188764e7f9...6e5d382445ae5590b7449d8b3bc8cb1c2c27f617) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.317.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/daily.yml | 2 +- .github/workflows/main.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 6fd74d3ed..e302e0cc2 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -62,7 +62,7 @@ jobs: with: ref: ${{ matrix.branch }} persist-credentials: false - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 + - uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # v1.317.0 with: ruby-version: '${{ matrix.ruby }}' - name: Gather inital host info diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 566ba2815..a3a8f8319 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 + - uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # v1.317.0 with: ruby-version: '${{ matrix.ruby }}' - name: Output Ruby Environment @@ -129,7 +129,7 @@ jobs: distribution: 'temurin' java-version: 25 - name: setup ruby - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 + uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # v1.317.0 with: ruby-version: '4.0' bundler-cache: true @@ -195,7 +195,7 @@ jobs: with: submodules: recursive - name: setup ruby - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 + uses: ruby/setup-ruby@6e5d382445ae5590b7449d8b3bc8cb1c2c27f617 # v1.317.0 with: ruby-version: '3.2' bundler-cache: true