From 0a42828b549a4925d9eb08c986851cc7082c19df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 08:44:03 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.307.0 to 1.308.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.307.0 to 1.308.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...97ecb7b512899eb71ab1bf2310a624c6f1589ac6) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.308.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rn-build-ios.yml | 2 +- .github/workflows/rn-test-ios.yml | 2 +- .github/workflows/swift-lint.yml | 2 +- .github/workflows/swift-publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rn-build-ios.yml b/.github/workflows/rn-build-ios.yml index 0f73be01..d9ff050f 100644 --- a/.github/workflows/rn-build-ios.yml +++ b/.github/workflows/rn-build-ios.yml @@ -49,7 +49,7 @@ jobs: working-directory: platforms/react-native - name: Setup Ruby - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: 3.3.6 bundler-cache: true diff --git a/.github/workflows/rn-test-ios.yml b/.github/workflows/rn-test-ios.yml index abc2113a..9aff938d 100644 --- a/.github/workflows/rn-test-ios.yml +++ b/.github/workflows/rn-test-ios.yml @@ -49,7 +49,7 @@ jobs: working-directory: platforms/react-native - name: Setup Ruby - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: 3.3.6 bundler-cache: true diff --git a/.github/workflows/swift-lint.yml b/.github/workflows/swift-lint.yml index 2551e092..28502c62 100644 --- a/.github/workflows/swift-lint.yml +++ b/.github/workflows/swift-lint.yml @@ -58,7 +58,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/platforms/swift/Gemfile steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: bundler-cache: true working-directory: platforms/swift diff --git a/.github/workflows/swift-publish.yml b/.github/workflows/swift-publish.yml index 788568b4..dbe314b2 100644 --- a/.github/workflows/swift-publish.yml +++ b/.github/workflows/swift-publish.yml @@ -37,7 +37,7 @@ jobs: .github/scripts/validate-release-version iOS "" "$TAG" - - uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0 + - uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: bundler-cache: true working-directory: platforms/swift