diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index db3d436f85..702924e14c 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 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 a8ff235fc1..1af18c00b8 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 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 ee60db2de5..f512a37dd2 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 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 da611f8bef..681d5478b4 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 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 cca6171d80..f9c343905e 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 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 943ae643ac..a016efecbc 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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1 + - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 with: working-directory: samples/react-native ruby-version: "3.3.0" # based on what is used in the sample