From 9650ab2e046932b64e7ffdca606b6fe5c8e25879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:02:32 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.307.0 to 1.310.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.307.0 to 1.310.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/6aaa311d81eba98ae12eaffbcb63296ace0efcde...afeafc3d1ab54a631816aba4c914a0081c12ff2f) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.310.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 bf28a64d..4dadcd05 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@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.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 f7b0590c..8d240ac2 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@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0 with: ruby-version: '3.3.5' bundler-cache: true