Skip to content

Commit 4dfe867

Browse files
chore(deps): update nick-invision/retry action to v4 (#2720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86a3ee3 commit 4dfe867

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

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

113113
- name: Run muzzle
114114
# using retry because of sporadic gradle download failures
115-
uses: nick-invision/retry@v3.0.2
115+
uses: nick-invision/retry@v4.0.0
116116
with:
117117
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
118118
timeout_minutes: 15

.github/workflows/nightly.yaml

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

107107
- name: Run muzzle
108108
# using retry because of sporadic gradle download failures
109-
uses: nick-invision/retry@v3.0.2
109+
uses: nick-invision/retry@v4.0.0
110110
with:
111111
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
112112
timeout_minutes: 15

.github/workflows/pr.yaml

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

109109
- name: Run muzzle
110110
# using retry because of sporadic gradle download failures
111-
uses: nick-invision/retry@v3.0.2
111+
uses: nick-invision/retry@v4.0.0
112112
with:
113113
# timing out has not been a problem, these jobs typically finish in 2-3 minutes
114114
timeout_minutes: 15

0 commit comments

Comments
 (0)