From 7b0c6fe69731d8840abe4d9734a207a551d12ec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:41:48 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby action to v1.306.0 --- .github/workflows/deploy.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77e5d9f..73b9ca7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v6 - name: "Setup Ruby" - uses: ruby/setup-ruby@v1.305.0 + uses: ruby/setup-ruby@v1.306.0 with: bundler-cache: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 617b519..916cce1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v6 - name: "Setup Ruby" - uses: ruby/setup-ruby@v1.305.0 + uses: ruby/setup-ruby@v1.306.0 with: bundler-cache: true