diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index c5be0c0911..82e2d745b2 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 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 c764b8eace..e568d661f5 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 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 5e2b0b94d4..3f33e0772d 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 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 27414c2d10..b2e40970be 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 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 a25518147b..3f1e93878a 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 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 e9a943344c..111638e04d 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@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1 with: working-directory: samples/react-native ruby-version: "3.3.0" # based on what is used in the sample