From 21b05f6ac5d10c2785807f6925b66b31f6f79dc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 21:00:11 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby action to v1.316.0 --- .github/workflows/gem-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gem-release.yml b/.github/workflows/gem-release.yml index 09d86479..86cb4b1c 100644 --- a/.github/workflows/gem-release.yml +++ b/.github/workflows/gem-release.yml @@ -23,7 +23,7 @@ jobs: with: ref: ${{ github.event.release.tag_name || inputs.tag }} - - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 - run: bundle install - name: Build Gem