From d503bbebe79865d8df08a123c7e5c0cdf3bafcc5 Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Wed, 31 Jan 2024 23:18:33 -0800 Subject: [PATCH] bump nick-invision/retry from 2 to 3 --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 4e90235..1e8dae8 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -19,7 +19,7 @@ jobs: coverage: none - name: Install PHPStan - uses: nick-invision/retry@v2 + uses: nick-invision/retry@v3 with: timeout_minutes: 5 max_attempts: 5