Bump nick-fields/retry from 2.9.0 to 3.0.0

Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.9.0 to 3.0.0.
- [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.9.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 05:27:54 +00:00 committed by GitHub
parent da7689f715
commit 139b03cf41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: setup e2e test environment
uses: nick-fields/retry@v2.9.0
uses: nick-fields/retry@v3.0.0
with:
max_attempts: 3
timeout_minutes: 20

View File

@ -42,7 +42,7 @@ jobs:
with:
go-version-file: go.mod
- name: setup e2e test environment
uses: nick-fields/retry@v2.9.0
uses: nick-fields/retry@v3.0.0
with:
max_attempts: 3
timeout_minutes: 20