From 0217197cdc3f7d0d2c243d102c56ff489faaa9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:09:33 +0000 Subject: [PATCH] chore(deps): 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/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88a9649..c544f09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,7 +76,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Set Minimum PHP 8.0 Versions - uses: nick-invision/retry@v2.9.0 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 @@ -84,7 +84,7 @@ jobs: if: matrix.php-versions >= 8 - name: Set Minimum PHP 8.1 Versions - uses: nick-invision/retry@v2.9.0 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5 @@ -92,7 +92,7 @@ jobs: if: matrix.php-versions >= 8.1 - name: Install dependencies - uses: nick-invision/retry@v2.9.0 + uses: nick-invision/retry@v3.0.0 with: timeout_minutes: 5 max_attempts: 5