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:
parent
a5ca5cc0e1
commit
41eb4b88ee
|
@ -49,7 +49,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: go.mod
|
||||
- name: setup e2e test environment
|
||||
uses: nick-fields/retry@v3.0.0
|
||||
uses: nick-fields/retry@v3.0.1
|
||||
with:
|
||||
max_attempts: 3
|
||||
timeout_minutes: 20
|
||||
|
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: go.mod
|
||||
- name: setup e2e test environment
|
||||
uses: nick-fields/retry@v3.0.0
|
||||
uses: nick-fields/retry@v3.0.1
|
||||
with:
|
||||
max_attempts: 3
|
||||
timeout_minutes: 20
|
||||
|
|
Loading…
Reference in New Issue