diff --git a/.github/workflows/mobile-android_build.yml b/.github/workflows/mobile-android_build.yml index a2f6e928e82c..9827c6745f24 100644 --- a/.github/workflows/mobile-android_build.yml +++ b/.github/workflows/mobile-android_build.yml @@ -59,7 +59,7 @@ jobs: distribution: zulu - run: cd mobile && ./ci/mac_ci_setup.sh --android name: 'Install dependencies' - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start emulator' with: timeout_minutes: 10 @@ -105,7 +105,7 @@ jobs: distribution: zulu - name: 'Install dependencies' run: cd mobile && ./ci/mac_ci_setup.sh --android - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start emulator' with: timeout_minutes: 10 @@ -152,7 +152,7 @@ jobs: distribution: zulu - name: 'Install dependencies' run: cd mobile && ./ci/mac_ci_setup.sh --android - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start emulator' with: timeout_minutes: 10 @@ -198,7 +198,7 @@ jobs: distribution: zulu - name: 'Install dependencies' run: cd mobile && ./ci/mac_ci_setup.sh --android - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start emulator' with: timeout_minutes: 10 diff --git a/.github/workflows/mobile-ios_build.yml b/.github/workflows/mobile-ios_build.yml index 8f946ac1484f..cb1199369a79 100644 --- a/.github/workflows/mobile-ios_build.yml +++ b/.github/workflows/mobile-ios_build.yml @@ -55,7 +55,7 @@ jobs: --config=ios \ $([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \ //examples/swift/hello_world:app - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start simulator' with: timeout_minutes: 5 @@ -95,7 +95,7 @@ jobs: --config=ios \ $([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \ //test/swift/apps/baseline:app - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start simulator' with: timeout_minutes: 5 @@ -137,7 +137,7 @@ jobs: --define=admin_functionality=enabled \ --define envoy_mobile_listener=enabled \ //test/swift/apps/experimental:app - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start simulator' with: timeout_minutes: 5 @@ -179,7 +179,7 @@ jobs: --config=ios \ $([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \ //examples/swift/async_await:app - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start simulator' with: timeout_minutes: 5 @@ -236,7 +236,7 @@ jobs: --config=ios \ $([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-macos") \ //examples/objective-c/hello_world:app - - uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd + - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 name: 'Start simulator' with: timeout_minutes: 5