From f456a6b30d0a0bfe4970c113321c35ce8316e218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 02:08:03 +0000 Subject: [PATCH] chore(deps): bump nick-invision/retry from 2.8.2 to 2.8.3 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.2 to 2.8.3. - [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.8.2...v2.8.3) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... 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 e522152..a50d859 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Set Minimum PHP 8.0 Versions - uses: nick-invision/retry@v2.8.2 + uses: nick-invision/retry@v2.8.3 with: timeout_minutes: 5 max_attempts: 5 @@ -62,7 +62,7 @@ jobs: if: matrix.php-versions >= 8 - name: Set Minimum PHP 8.1 Versions - uses: nick-invision/retry@v2.8.2 + uses: nick-invision/retry@v2.8.3 with: timeout_minutes: 5 max_attempts: 5 @@ -70,7 +70,7 @@ jobs: if: matrix.php-versions >= 8.1 - name: Install dependencies - uses: nick-invision/retry@v2.8.2 + uses: nick-invision/retry@v2.8.3 with: timeout_minutes: 5 max_attempts: 5