diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 702924e14c..13649f9f90 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -117,7 +117,7 @@ jobs: if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'android' }} uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6 - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 if: ${{ steps.platform-check.outputs.skip != 'true' && matrix.platform == 'ios' }} with: ruby-version: "3.3.0" @@ -353,7 +353,7 @@ jobs: if: ${{ steps.platform-check.outputs.skip != 'true' }} run: yarn install - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # 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 1af18c00b8..42874022d1 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -84,7 +84,7 @@ jobs: asdf install ruby 3.3.0 asdf local ruby 3.3.0 - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 if: matrix.runner_provider != 'bitrise' with: ruby-version: "3.3.0" diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index f512a37dd2..d94407635a 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@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # 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 681d5478b4..e5b263eb2e 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -83,7 +83,7 @@ jobs: cache: "yarn" cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 with: working-directory: ${{ env.REACT_NATIVE_SAMPLE_PATH }} ruby-version: "3.3.0" # based on what is used in the sample @@ -277,7 +277,7 @@ jobs: cache: "yarn" cache-dependency-path: yarn.lock - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # 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 f9c343905e..ea5171fb0d 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@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # 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 a016efecbc..80c80a26d0 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 with: working-directory: samples/react-native ruby-version: "3.3.0" # based on what is used in the sample