From 367963115f208358106be570af0f429a54576f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:17:39 +0000 Subject: [PATCH] build(deps): 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/caa_build_and_push.yaml | 2 +- .github/workflows/caa_build_and_push_per_arch.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/caa_build_and_push.yaml b/.github/workflows/caa_build_and_push.yaml index 54e922451..1129effed 100644 --- a/.github/workflows/caa_build_and_push.yaml +++ b/.github/workflows/caa_build_and_push.yaml @@ -97,7 +97,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push image - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: # We are not interested in timeout but this field is required # so setting to 4x the time it usually take to complete. diff --git a/.github/workflows/caa_build_and_push_per_arch.yaml b/.github/workflows/caa_build_and_push_per_arch.yaml index 234a56de2..184d65bcc 100644 --- a/.github/workflows/caa_build_and_push_per_arch.yaml +++ b/.github/workflows/caa_build_and_push_per_arch.yaml @@ -90,7 +90,7 @@ jobs: - name: Build and push dev image if: ${{ startsWith(matrix.type, 'dev-') }} - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: # We are not interested in timeout but this field is required # so setting to 4x the time it usually take to complete. @@ -103,7 +103,7 @@ jobs: - name: Build and push release image if: ${{ startsWith(matrix.type, 'release-') }} - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: # We are not interested in timeout but this field is required # so setting to 4x the time it usually take to complete.