From 825f24008a2e3fd58a1dc70f9350e009ac0b9b78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:58:54 +0000 Subject: [PATCH] Update ruby/setup-ruby action to v1.321.0 --- .github/actions/test-ruby/action.yaml | 2 +- .github/workflows/release-ruby.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/test-ruby/action.yaml b/.github/actions/test-ruby/action.yaml index 483d033..6214402 100644 --- a/.github/actions/test-ruby/action.yaml +++ b/.github/actions/test-ruby/action.yaml @@ -10,7 +10,7 @@ inputs: runs: using: "composite" steps: - - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/.github/workflows/release-ruby.yaml b/.github/workflows/release-ruby.yaml index 29f4162..56ebbc1 100644 --- a/.github/workflows/release-ruby.yaml +++ b/.github/workflows/release-ruby.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: ruby-version: 4.0.5 - uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a # v2.1.0