From 746631d212f6c68ed50b86a413dae04c767d0cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 09:05:58 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b8cac4297..9c07eabf9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fc8dd622cb..ce8398cd8e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b0de6d06ea..c621002787 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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