diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 947fdec4f4..522b640e89 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -158,7 +158,7 @@ jobs: - name: Run muzzle # using retry because of sporadic gradle download failures - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.4.1 with: # timing out has not been a problem, these jobs typically finish in 2-3 minutes timeout_minutes: 15