Bump nick-invision/retry from 2.4.1 to 2.5.0 (#4325)

Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.4.1 to 2.5.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.4.1...v2.5.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-10-08 09:05:58 +02:00 committed by GitHub
parent 63a2383905
commit 746631d212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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