Skip to content

Commit cf3f3d7

Browse files
chore(deps): bump ruby/setup-ruby from 1.316.0 to 1.319.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.316.0 to 1.319.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@d45b1a4...003a5c4) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.319.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dca181b commit cf3f3d7

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
@@ -117,7 +117,7 @@ jobs:
117117
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }}
118118
uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6
119119

120-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
120+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
121121
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }}
122122
with:
123123
ruby-version: "3.3.0"
@@ -353,7 +353,7 @@ jobs:
353353
if: ${{ steps.platform-check.outputs.skip != 'true' }}
354354
run: yarn install
355355

356-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
356+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
357357
if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }}
358358
with:
359359
ruby-version: "3.3.0"

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
asdf install ruby 3.3.0
8585
asdf local ruby 3.3.0
8686
87-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
87+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
8888
if: matrix.runner_provider != 'bitrise'
8989
with:
9090
ruby-version: "3.3.0"

.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@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
67+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # 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
@@ -83,7 +83,7 @@ jobs:
8383
cache: "yarn"
8484
cache-dependency-path: yarn.lock
8585

86-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
86+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
8787
with:
8888
working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }}
8989
ruby-version: "3.3.0" # based on what is used in the sample
@@ -277,7 +277,7 @@ jobs:
277277
cache: "yarn"
278278
cache-dependency-path: yarn.lock
279279

280-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
280+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
281281
with:
282282
working-directory: samples/react-native-macos
283283
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@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
111+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # 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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222

23-
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
23+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
2424
with:
2525
working-directory: samples/react-native
2626
ruby-version: "3.3.0" # based on what is used in the sample

0 commit comments

Comments
 (0)