From a298f49a4c61d4327f0959d8bc75d54323719d84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:00:22 +0000 Subject: [PATCH] chore(deps): update ruby/setup-ruby action to v1.321.0 --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1130818a622f..ca5fd85c3f0a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -61,7 +61,7 @@ jobs: sudo xcode-select -s /Applications/Xcode_26.4.1.app/Contents/Developer - name: Set up Ruby - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0, https://github.com/ruby/setup-ruby + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0, https://github.com/ruby/setup-ruby with: ruby-version: '4.0.5' @@ -86,7 +86,7 @@ jobs: sudo xcode-select -s /Applications/Xcode_26.4.1.app/Contents/Developer - name: Set up Ruby - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0, https://github.com/ruby/setup-ruby + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0, https://github.com/ruby/setup-ruby with: ruby-version: '4.0.5'