Skip to content

Commit

Permalink
build(deps): bump nick-invision/retry from 2.9.0 to 3.0.0 (#892)
Browse files Browse the repository at this point in the history
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@v2.9.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent cbfafbb commit 83fcc8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds.yaml
- name: Ensure kured is ready
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 10
max_attempts: 10
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds-signal.yaml
- name: Ensure kured is ready
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 10
max_attempts: 10
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds.yaml
- name: Ensure kured is ready
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 10
max_attempts: 10
Expand Down

0 comments on commit 83fcc8f

Please sign in to comment.