From f8ef69c72989c00cd45cbb8e21b2d4b43383581e Mon Sep 17 00:00:00 2001 From: Kei Date: Thu, 29 Feb 2024 12:36:25 +0700 Subject: [PATCH] Update tests.yml --- .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 81172cfc7..ac02ebc46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,14 +26,14 @@ jobs: coverage: xdebug - name: Install Dependencies (Composer) - uses: nick-invision/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: composer update --no-interaction --no-progress - name: Install Dependencies (NPM) - uses: nick-invision/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3