From 5fdba59c51878c4f83adfbb318f05f0549488f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 10:26:13 +0300 Subject: [PATCH] Bump nick-invision/retry from 2.4.0 to 2.4.1 (#3249) Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.4.0 to 2.4.1. - [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.0...v2.4.1) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 947fdec4f4..522b640e89 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -158,7 +158,7 @@ jobs: - name: Run muzzle # using retry because of sporadic gradle download failures - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.4.1 with: # timing out has not been a problem, these jobs typically finish in 2-3 minutes timeout_minutes: 15