From e314649ac0265af4771dbc91e21cb4204e3f8e70 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 Apr 2026 22:19:33 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v4 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bdfdc2d51..a9a1b6440 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: php-version: ${{ matrix.php }} extensions: ${{ matrix.os == 'windows-latest' && 'gmp, php_com_dotnet' || '' }} - name: Install Dependencies - uses: nick-invision/retry@v3 + uses: nick-invision/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -39,7 +39,7 @@ jobs: with: php-version: "8.1" - name: Install Dependencies - uses: nick-invision/retry@v3 + uses: nick-invision/retry@v4 with: timeout_minutes: 10 max_attempts: 3