Bump nick-invision/retry from 2.5.1 to 2.6.0 (#4874)

Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js)
- [Commits](https://github.com/nick-invision/retry/compare/v2.5.1...v2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-12 17:41:50 +02:00 committed by GitHub
parent c59bebf6e2
commit 627d5ffffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -253,7 +253,7 @@ jobs:
- name: Run muzzle
# using retry because of sporadic gradle download failures
uses: nick-invision/retry@v2.5.1
uses: nick-invision/retry@v2.6.0
with:
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
timeout_minutes: 15

View File

@ -253,7 +253,7 @@ jobs:
- name: Run muzzle
# using retry because of sporadic gradle download failures
uses: nick-invision/retry@v2.5.1
uses: nick-invision/retry@v2.6.0
with:
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
timeout_minutes: 15

View File

@ -248,7 +248,7 @@ jobs:
- name: Run muzzle
# using retry because of sporadic gradle download failures
uses: nick-invision/retry@v2.5.1
uses: nick-invision/retry@v2.6.0
with:
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
timeout_minutes: 15