From c19737683c6d9a35f4518dc8f729f78c1bb9abc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:17:04 +0000 Subject: [PATCH] Update ruby/setup-ruby action to v1.314.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 6857634..483d033 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@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/.github/workflows/release-ruby.yaml b/.github/workflows/release-ruby.yaml index 00c7e82..29f4162 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@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: 4.0.5 - uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a # v2.1.0