Skip to content

Commit

Permalink
build(deps): bump nick-fields/retry from 2 to 3
Browse files Browse the repository at this point in the history
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](nick-fields/retry@v2...v3)

---
updated-dependencies:
- dependency-name: nick-fields/retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stevenhorsman committed Oct 4, 2024
1 parent 9807449 commit 3679631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caa_build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/caa_build_and_push_per_arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 3679631

Please sign in to comment.