From a7bc3687ba5f84f47d23ff13165ab9c9ca0c4c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 18:42:32 +0000 Subject: [PATCH] Bump nick-invision/retry from 2.9.0 to 3.0.0 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.9.0 to 3.0.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v2.9.0...v3.0.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 92a80ba..56fdb1f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -23,7 +23,7 @@ jobs: tools: composer:v2 coverage: none - name: "Install dependencies" - uses: nick-invision/retry@v2.9.0 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5