diff --git a/.github/workflows/main-ecr.yml b/.github/workflows/main-ecr.yml index 2a64a38..8eb14d0 100644 --- a/.github/workflows/main-ecr.yml +++ b/.github/workflows/main-ecr.yml @@ -73,7 +73,7 @@ jobs: aws-region: ${{ steps.get_ecr-details.outputs.region }} - name: Check and create ECR Repo if it does not exist - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 id: check_and_create_repo with: timeout_minutes: 10