From e783969eb3d0aafce26a4b70fbc12209206aea0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:03:38 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.254.0 to 1.265.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.254.0 to 1.265.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/2a7b30092b0caf9c046252510f9273b4875f3db9...ab177d40ee5483edb974554986f56b33477e21d0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.265.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/performance_nightly.yaml | 2 +- .github/workflows/performance_targeted.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance_nightly.yaml b/.github/workflows/performance_nightly.yaml index 8efc696f41..da91d3e4d7 100644 --- a/.github/workflows/performance_nightly.yaml +++ b/.github/workflows/performance_nightly.yaml @@ -46,7 +46,7 @@ jobs: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: setup ruby - uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0 + uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0 with: ruby-version: 3.2 bundler-cache: true diff --git a/.github/workflows/performance_targeted.yaml b/.github/workflows/performance_targeted.yaml index 5ff7e01ac4..ab73e668d7 100644 --- a/.github/workflows/performance_targeted.yaml +++ b/.github/workflows/performance_targeted.yaml @@ -113,7 +113,7 @@ jobs: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: setup ruby - uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0 + uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0 with: ruby-version: 3.2 bundler-cache: true