diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c14515b..a3857fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -77,7 +77,7 @@ jobs: command: composer remove illuminate/collections --dev --no-interaction --no-update - name: Install dependencies - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 5