From 10c37a0e8d379c03e895f0056acd0470a2a23d05 Mon Sep 17 00:00:00 2001 From: rory Date: Fri, 26 Jul 2024 23:30:41 -0700 Subject: [PATCH] Use newer version of nick-fields/retry --- .github/actions/composite/setupNode/action.yml | 4 ++-- .github/workflows/platformDeploy.yml | 2 +- .github/workflows/testBuild.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/composite/setupNode/action.yml b/.github/actions/composite/setupNode/action.yml index c6a6029e06e0..b3bbf7a537ff 100644 --- a/.github/actions/composite/setupNode/action.yml +++ b/.github/actions/composite/setupNode/action.yml @@ -31,7 +31,7 @@ runs: - name: Install root project node packages if: steps.cache-node-modules.outputs.cache-hit != 'true' - uses: nick-fields/retry@v2 + uses: nick-fields/retry@3f757583fb1b1f940bc8ef4bf4734c8dc02a5847 with: timeout_minutes: 30 max_attempts: 3 @@ -39,7 +39,7 @@ runs: - name: Install node packages for desktop submodule if: steps.cache-desktop-node-modules.outputs.cache-hit != 'true' - uses: nick-fields/retry@v2 + uses: nick-fields/retry@3f757583fb1b1f940bc8ef4bf4734c8dc02a5847 with: timeout_minutes: 30 max_attempts: 3 diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index f2fda2bc56ff..49b43229cb9f 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -216,7 +216,7 @@ jobs: run: echo "IS_PODFILE_SAME_AS_MANIFEST=${{ hashFiles('ios/Podfile.lock') == hashFiles('ios/Pods/Manifest.lock') }}" >> "$GITHUB_OUTPUT" - name: Install cocoapods - uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350 + uses: nick-fields/retry@3f757583fb1b1f940bc8ef4bf4734c8dc02a5847 if: steps.pods-cache.outputs.cache-hit != 'true' || steps.compare-podfile-and-manifest.outputs.IS_PODFILE_SAME_AS_MANIFEST != 'true' || steps.setup-node.outputs.cache-hit != 'true' with: timeout_minutes: 10 diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 1abe22dc395d..5a81166a628f 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -180,7 +180,7 @@ jobs: run: echo "IS_PODFILE_SAME_AS_MANIFEST=${{ hashFiles('ios/Podfile.lock') == hashFiles('ios/Pods/Manifest.lock') }}" >> "$GITHUB_OUTPUT" - name: Install cocoapods - uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350 + uses: nick-fields/retry@3f757583fb1b1f940bc8ef4bf4734c8dc02a5847 if: steps.pods-cache.outputs.cache-hit != 'true' || steps.compare-podfile-and-manifest.outputs.IS_PODFILE_SAME_AS_MANIFEST != 'true' || steps.setup-node.outputs.cache-hit != 'true' with: timeout_minutes: 10