From 5bb01a9f31f8af52f58b8613b834180e05030942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:11:58 +0000 Subject: [PATCH] Bump nick-invision/retry from 3.0.1 to 3.0.2 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 3.0.1 to 3.0.2. - [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/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... 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 9c2546b..f24a5ac 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@v3.0.1 + uses: nick-invision/retry@v3.0.2 with: timeout_minutes: 5 max_attempts: 5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9dfeac2..08987c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: tools: composer:v2 coverage: none - name: "Install dependencies" - uses: nick-invision/retry@v3.0.1 + uses: nick-invision/retry@v3.0.2 with: timeout_minutes: 5 max_attempts: 5