From 5781f7ede02b687bc65c69e3858f30556b287331 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 05:40:14 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v2.8.3 --- .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