From 1c19ffe7ceb7406ec5cc21f15ced4277d3b809d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:05:13 +0000 Subject: [PATCH] Bump nick-fields/retry from 2 to 3 Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2 to 3. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-fields/retry/compare/v2...v3) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main-ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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