From 2086ec40df39ed17af73e96a1fafb6348e8d0bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 13:05:02 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.321.0 to 1.322.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.321.0 to 1.322.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/95ef2b042f9d7a56d8268cba8559e2842e2ad01b...bec3f19a76460dbe12f60def7d1a77585f07516c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.322.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 87327915f..3a341f3c5 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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 with: ruby-version: '${{ matrix.ruby }}' - name: Gather inital host info diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 449b0d4f0..c2f8a5a41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.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@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 with: ruby-version: '4.0' bundler-cache: true @@ -195,7 +195,7 @@ jobs: with: submodules: recursive - name: setup ruby - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 with: ruby-version: '4.0' bundler-cache: true