From c0873b4bf9861f18ec4eeeda62486c67e6cc3736 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 19 Sep 2024 00:49:14 +0200 Subject: [PATCH] chore(deps): update nick-invision/retry action to v3 (#192) Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> Co-authored-by: Jeremy Fehr <117788025+jrmfg@users.noreply.github.com> --- .github/workflows/conformance.yml | 2 +- .github/workflows/unit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 3c7f5d17..e52a144a 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -39,7 +39,7 @@ jobs: php-version: ${{ matrix.php-version }} - name: Install Dependencies - uses: nick-invision/retry@39da88d5f7d15a96aed861dbabbe8b7443e3182a # v1.0.4 + uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: timeout_minutes: 10 max_attempts: 3 diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index aa0c7857..69f14751 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -42,7 +42,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} - name: Install Dependencies - uses: nick-invision/retry@39da88d5f7d15a96aed861dbabbe8b7443e3182a # v1.0.4 + uses: nick-invision/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0 with: timeout_minutes: 10 max_attempts: 3