From 03e5a761affbd1f5bdb9488055bd5f6bd61a1fe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 19:44:36 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby action to v1.314.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/code-pull-request.yml | 2 +- .github/workflows/publish-shims.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-pull-request.yml b/.github/workflows/code-pull-request.yml index 693c46c6..4f50b4a3 100644 --- a/.github/workflows/code-pull-request.yml +++ b/.github/workflows/code-pull-request.yml @@ -164,7 +164,7 @@ jobs: # --- RubyGem --- - name: Setup Ruby if: matrix.shim == 'rubygem' - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: "4.0.5" - name: Test RubyGem shim diff --git a/.github/workflows/publish-shims.yml b/.github/workflows/publish-shims.yml index 34535e1f..34e26273 100644 --- a/.github/workflows/publish-shims.yml +++ b/.github/workflows/publish-shims.yml @@ -152,7 +152,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: ref: ${{ github.event.release.tag_name || inputs.tag }} - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: "4.0.5" bundler-cache: true