Skip to content

Commit 701354b

Browse files
chore(ci): bump nick-fields/retry from 3.0.2 to 4.0.0
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](nick-fields/retry@ce71cc2...ad98453) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c87983 commit 701354b

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-integration-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Integration Tests - ${{ matrix.service }}
138138
if: steps.run_condition.outputs.should_run == 'true'
139-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
139+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
140140
with:
141141
timeout_minutes: 30
142142
max_attempts: 3
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: E2E Tests - ${{ matrix.service }}
186186
if: steps.run_condition.outputs.should_run == 'true'
187-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
187+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
188188
with:
189189
timeout_minutes: 35
190190
max_attempts: 3

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Run Integration Tests for ${{ matrix.service }}
130130
if: steps.check.outputs.should_run == 'true'
131-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
131+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
132132
with:
133133
timeout_minutes: 30
134134
max_attempts: 3
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Run E2E Tests for ${{ matrix.service }}
195195
if: steps.check.outputs.should_run == 'true'
196-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
196+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
197197
with:
198198
timeout_minutes: 30
199199
max_attempts: 3

.github/workflows/k8s_e2e.yml

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

200200
# TODO: This job has been quite flakey. Need to investigate further and then remove the retries.
201201
- name: Run tests
202-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
202+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
203203
env:
204204
USE_MINIKUBE_CACHE: "true"
205205
SKIP_PACKAGE_DEB: "true"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
env:
364364
PLATFORM: "linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6"
365365
REPOS: "timberio/vector,ghcr.io/vectordotdev/vector"
366-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
366+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
367367
with:
368368
timeout_minutes: 15
369369
max_attempts: 3

.github/workflows/unit_mac.yml

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

3333
# Some tests e.g. `reader_exits_cleanly_when_writer_done_and_in_flight_acks` are flaky.
3434
- name: Run tests
35-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
35+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
3636
with:
3737
timeout_minutes: 45
3838
max_attempts: 3

0 commit comments

Comments
 (0)