Skip to content

Commit 821d73b

Browse files
chore(deps): bump ruby/setup-ruby from 1.310.0 to 1.313.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.310.0 to 1.313.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@afeafc3...89f9052) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.313.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbce562 commit 821d73b

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/e2e-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: ${{ steps.platform-check.outputs.skip != 'true' }}
114114
uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6
115115

116-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
116+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
117117
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }}
118118
with:
119119
ruby-version: '3.3.0'
@@ -348,7 +348,7 @@ jobs:
348348
if: ${{ steps.platform-check.outputs.skip != 'true' }}
349349
run: yarn install
350350

351-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
351+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
352352
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }}
353353
with:
354354
ruby-version: '3.3.0'

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install SDK JS Dependencies
5252
run: yarn install
5353

54-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
54+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
5555
with:
5656
ruby-version: '3.3.0'
5757
env:

.github/workflows/sample-application-expo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cache: 'yarn'
6565
cache-dependency-path: yarn.lock
6666

67-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
67+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
6868
with:
6969
working-directory: samples/expo
7070
ruby-version: '3.3.0' # based on what is used in the sample

.github/workflows/sample-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cache: 'yarn'
7474
cache-dependency-path: yarn.lock
7575

76-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
76+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
7777
with:
7878
working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }}
7979
ruby-version: '3.3.0' # based on what is used in the sample
@@ -239,7 +239,7 @@ jobs:
239239
cache: 'yarn'
240240
cache-dependency-path: yarn.lock
241241

242-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
242+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
243243
with:
244244
working-directory: samples/react-native-macos
245245
ruby-version: '3.3.0' # based on what is used in the sample

.github/workflows/size-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cache: 'yarn'
109109
cache-dependency-path: yarn.lock
110110

111-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
111+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
112112
with:
113113
working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }}
114114
ruby-version: '3.3.0'

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2020
steps:
2121
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
22-
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1
22+
- uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1
2323
with:
2424
working-directory: samples/react-native
2525
ruby-version: '3.3.0' # based on what is used in the sample

0 commit comments

Comments
 (0)