diff --git a/.github/workflows/celo-monorepo.yml b/.github/workflows/celo-monorepo.yml index 42be3f77241..7ba09f2597f 100644 --- a/.github/workflows/celo-monorepo.yml +++ b/.github/workflows/celo-monorepo.yml @@ -235,7 +235,7 @@ jobs: rebuild-package: 'true' artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }} - name: Execute matrix command for test - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e + uses: step-security/retry@2ab886c0de89f68f146c9b43f53e61abc59c46dc with: timeout_minutes: 40 max_attempts: 3 @@ -320,7 +320,7 @@ jobs: with: artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }} - name: Execute matrix command for test - uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e + uses: step-security/retry@2ab886c0de89f68f146c9b43f53e61abc59c46dc with: timeout_minutes: 30 max_attempts: 3