From 320af8f8ca1d314dc236925d9c8c5cbf41197c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 20:26:21 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby action to v1.310.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 8addace9..09d86479 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@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 + - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 - run: bundle install - name: Build Gem