From 88292b5b6f96d5034dcc6c25a480449102111b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:02:32 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.319.0 to 1.321.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.319.0 to 1.321.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/003a5c4d8d6321bd302e38f6f0ec593f77f06600...95ef2b042f9d7a56d8268cba8559e2842e2ad01b) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.321.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fastlane-tests.yml | 2 +- .github/workflows/testflight-weekly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fastlane-tests.yml b/.github/workflows/fastlane-tests.yml index 69aaa050..8d4ac740 100644 --- a/.github/workflows/fastlane-tests.yml +++ b/.github/workflows/fastlane-tests.yml @@ -29,7 +29,7 @@ jobs: restore-keys: | ${{ runner.os }}-spm- - name: Setup ruby and install gems - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: ruby-version: '3.3.5' bundler-cache: true diff --git a/.github/workflows/testflight-weekly.yml b/.github/workflows/testflight-weekly.yml index a5f3c061..23306625 100644 --- a/.github/workflows/testflight-weekly.yml +++ b/.github/workflows/testflight-weekly.yml @@ -67,7 +67,7 @@ jobs: restore-keys: | ${{ runner.os }}-spm- - name: Setup ruby and install gems - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: ruby-version: '3.3.5' bundler-cache: true