From e477dbdb494fb19d7b2335bc1aa66e397be74fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:03:59 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.254.0 to 1.264.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.254.0 to 1.264.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...6797dcbb9a1889fd411d07e8aba7eded53fb8b48) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.264.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..3094208717 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@6797dcbb9a1889fd411d07e8aba7eded53fb8b48 # v1.264.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..10994e493e 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@6797dcbb9a1889fd411d07e8aba7eded53fb8b48 # v1.264.0 with: ruby-version: 3.2 bundler-cache: true