From 6beccea37100378533ac57024c334a0af49a661f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 12 May 2026 14:53:52 +0000 Subject: [PATCH] chore(deps): update nick-invision/retry action to v4 --- .github/workflows/conformance.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index fe0c6b627..de2a293a2 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -31,7 +31,7 @@ jobs: curl -L https://github.com/googleapis/gapic-showcase/releases/download/v${GAPIC_SHOWCASE_VERSION}/gapic-showcase-${GAPIC_SHOWCASE_VERSION}-${OS}-${ARCH}.tar.gz | tar -zx ./gapic-showcase run & - name: Install composer dependencies - uses: nick-invision/retry@v3 + uses: nick-invision/retry@v4 with: timeout_minutes: 10 max_attempts: 3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 21d2487a4..1e91f1dad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: tools: ${{ matrix.tools }} extensions: bcmath,${{ matrix.extensions }} - name: Install composer dependencies - uses: nick-invision/retry@v3 + uses: nick-invision/retry@v4 with: timeout_minutes: 10 max_attempts: 3