From cd7e0f237615aa23d2bb31d20899154b5e4aff3b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 20 Mar 2026 22:05:19 +0000 Subject: [PATCH] chore(deps): update nick-fields/retry action to v4 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e9748a292ed..0857107c3d65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: php-version: '8.1' ini-values: memory_limit=2048M - name: Install Dependencies - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: timeout_minutes: 10 max_attempts: 3 @@ -70,7 +70,7 @@ jobs: --packagist-token=${{ secrets.PACKAGIST_TOKEN }} \ --packagist-safe-token=${{ secrets.PACKAGIST_SAFE_TOKEN }} - name: Verify all releases made it to Packagist - uses: nick-fields/retry@v3 + uses: nick-fields/retry@v4 with: command: | ./dev/google-cloud release:verify