File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments