From ffd9f5295166569e317a672c7a0f98929d9d2a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:43:11 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.313.0 to 1.314.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.313.0 to 1.314.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/89f90524b88a01fe6e0b732220432cc6142926af...9eb537ca036ebaed86729dcb9309076e4c5c3b74) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.314.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-v2.yml | 4 ++-- .github/workflows/native-tests.yml | 2 +- .github/workflows/sample-application-expo.yml | 2 +- .github/workflows/sample-application.yml | 4 ++-- .github/workflows/size-analysis.yml | 2 +- .github/workflows/testflight.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 4aa9026de5..63ce62e638 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -113,7 +113,7 @@ jobs: if: ${{ steps.platform-check.outputs.skip != 'true' }} uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6 - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }} with: ruby-version: '3.3.0' @@ -343,7 +343,7 @@ jobs: if: ${{ steps.platform-check.outputs.skip != 'true' }} run: yarn install - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }} with: ruby-version: '3.3.0' diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 4996b64f8a..dea65bed57 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -51,7 +51,7 @@ jobs: - name: Install SDK JS Dependencies run: yarn install - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: ruby-version: '3.3.0' env: diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index a96f580506..1cc771444d 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -64,7 +64,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: samples/expo ruby-version: '3.3.0' # based on what is used in the sample diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 9dbe82dd68..3f12a2f813 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -73,7 +73,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }} ruby-version: '3.3.0' # based on what is used in the sample @@ -239,7 +239,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: samples/react-native-macos ruby-version: '3.3.0' # based on what is used in the sample diff --git a/.github/workflows/size-analysis.yml b/.github/workflows/size-analysis.yml index 03a8956f51..aa2e67578d 100644 --- a/.github/workflows/size-analysis.yml +++ b/.github/workflows/size-analysis.yml @@ -108,7 +108,7 @@ jobs: cache: 'yarn' cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }} ruby-version: '3.3.0' diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index 18546fe44c..9c75e9b6c3 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -19,7 +19,7 @@ jobs: if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 + - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 with: working-directory: samples/react-native ruby-version: '3.3.0' # based on what is used in the sample