From e198e2d4d8816576fe4a5d1ace4abef9d4d8b467 Mon Sep 17 00:00:00 2001 From: Kei Date: Thu, 29 Feb 2024 12:46:58 +0700 Subject: [PATCH] Update GitHub Actions dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bf97d8..41e656b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: coverage: xdebug - name: Install dependencies - uses: nick-invision/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 5