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:
parent
da7689f715
commit
139b03cf41
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue