From 30cb007f10e299b2cd344835e28eeca2cfcb5659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 22:39:32 +0000 Subject: [PATCH] chore: update ruby/setup-ruby action to v1.324.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-build.yml | 2 +- .github/workflows/site-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index bb4d99865..9d4d61c09 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -38,7 +38,7 @@ jobs: node-version: 24.21.0 - name: Set up Ruby - uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 + uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0 with: bundler-cache: true diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 77a5cda99..748670467 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -48,7 +48,7 @@ jobs: node-version: 24.21.0 - name: Set up Ruby - uses: ruby/setup-ruby@984c0c890880bbf811283d6f09c4607c62d210a4 # v1.323.0 + uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0 with: bundler-cache: true