build(deps): bump nick-fields/retry from 3.0.0 to 3.0.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-24 05:07:22 +00:00 committed by GitHub
parent a5ca5cc0e1
commit 41eb4b88ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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