From b64a4ae3480e3e2fe390a6aece151e67eb9b2d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:58:46 +0000 Subject: [PATCH] Update ruby/setup-ruby action to v1.320.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..624efa6 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@a30dfa457ad68707b8b910ac3a244714b61c0626 # v1.320.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..b20c633 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@a30dfa457ad68707b8b910ac3a244714b61c0626 # v1.320.0 with: ruby-version: 4.0.5 - uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a # v2.1.0