diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b8cac4297..9c07eabf9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: - name: Run muzzle # using retry because of sporadic gradle download failures - uses: nick-invision/retry@v2.4.1 + uses: nick-invision/retry@v2.5.0 with: # timing out has not been a problem, these jobs typically finish in 2-3 minutes timeout_minutes: 15 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fc8dd622cb..ce8398cd8e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -245,7 +245,7 @@ jobs: - name: Run muzzle # using retry because of sporadic gradle download failures - uses: nick-invision/retry@v2.4.1 + uses: nick-invision/retry@v2.5.0 with: # timing out has not been a problem, these jobs typically finish in 2-3 minutes timeout_minutes: 15 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b0de6d06ea..c621002787 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -244,7 +244,7 @@ jobs: - name: Run muzzle # using retry because of sporadic gradle download failures - uses: nick-invision/retry@v2.4.1 + uses: nick-invision/retry@v2.5.0 with: # timing out has not been a problem, these jobs typically finish in 2-3 minutes timeout_minutes: 15