Skip to content

Commit 4b2353a

Browse files
chore(ci): bump nick-fields/retry from 3.0.2 to 4.0.0 (#25102)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cab8fab commit 4b2353a

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
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Integration Tests - ${{ matrix.service }}
176176
if: steps.run_condition.outputs.should_run == 'true'
177-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
177+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
178178
with:
179179
timeout_minutes: 30
180180
max_attempts: 3
@@ -228,7 +228,7 @@ jobs:
228228

229229
- name: E2E Tests - ${{ matrix.service }}
230230
if: steps.run_condition.outputs.should_run == 'true'
231-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
231+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
232232
with:
233233
timeout_minutes: 35
234234
max_attempts: 3

.github/workflows/integration.yml

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

159159
- name: Run Integration Tests for ${{ matrix.service }}
160160
if: steps.check.outputs.should_run == 'true'
161-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
161+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
162162
with:
163163
timeout_minutes: 30
164164
max_attempts: 3
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Run E2E Tests for ${{ matrix.service }}
224224
if: steps.check.outputs.should_run == 'true'
225-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
225+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
226226
with:
227227
timeout_minutes: 30
228228
max_attempts: 3

.github/workflows/k8s_e2e.yml

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

207207
# TODO: This job has been quite flakey. Need to investigate further and then remove the retries.
208208
- name: Run tests
209-
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
209+
uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
210210
env:
211211
USE_MINIKUBE_CACHE: "true"
212212
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
@@ -31,7 +31,7 @@ jobs:
3131

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

0 commit comments

Comments
 (0)