From 115dfd96a6f72dbc04e2ab34413d270edeba9ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:22:27 +0000 Subject: [PATCH] Bump nick-invision/retry from 3.0.2 to 4.0.0 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Commits](https://github.com/nick-invision/retry/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static-analysis.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 6efcc4d48..a6893bcc2 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -25,7 +25,7 @@ jobs: tools: composer:v2 coverage: none - name: "Install dependencies" - uses: nick-invision/retry@v3.0.2 + uses: nick-invision/retry@v4.0.0 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index af7f0be37..1af450c2f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: tools: composer:v2 coverage: none - name: "Install dependencies" - uses: nick-invision/retry@v3.0.2 + uses: nick-invision/retry@v4.0.0 with: timeout_minutes: 5 max_attempts: 5