Skip to content

Commit 2ff8315

Browse files
chore(deps): update nick-invision/retry action to v3.0.2 (#2206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6aa8c05 commit 2ff8315

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Run muzzle
101101
# using retry because of sporadic gradle download failures
102-
uses: nick-invision/retry@v3.0.1
102+
uses: nick-invision/retry@v3.0.2
103103
with:
104104
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
105105
timeout_minutes: 15

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Run muzzle
7575
# using retry because of sporadic gradle download failures
76-
uses: nick-invision/retry@v3.0.1
76+
uses: nick-invision/retry@v3.0.2
7777
with:
7878
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
7979
timeout_minutes: 15

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Run muzzle
9797
# using retry because of sporadic gradle download failures
98-
uses: nick-invision/retry@v3.0.1
98+
uses: nick-invision/retry@v3.0.2
9999
with:
100100
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
101101
timeout_minutes: 15

0 commit comments

Comments
 (0)