From 6eb90fe30075f83c5672e567d258698798fb4c8f Mon Sep 17 00:00:00 2001 From: lachlan Date: Tue, 30 Jan 2024 21:13:26 +1000 Subject: [PATCH] Update qa.yml for nick-invision/retry@v2 --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index eb4c6ff3f7..a73132b134 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies if: ${{ matrix.php != '8.3' }} - uses: nick-invision/retry@v1 + uses: nick-invision/retry@v2 with: timeout_minutes: 5 max_attempts: 3 @@ -35,7 +35,7 @@ jobs: - name: Install Dependencies (ignore platform) if: ${{ matrix.php == '8.3' }} - uses: nick-invision/retry@v1 + uses: nick-invision/retry@v2 with: timeout_minutes: 5 max_attempts: 3