Skip to content

Commit 83d971a

Browse files
build(deps): bump nick-fields/retry from 3.0.1 to 3.0.2
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/nick-fields/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](nick-fields/retry@c97818c...ce71cc2) --- updated-dependencies: - dependency-name: nick-fields/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4b97d7 commit 83d971a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: "Show cache"
219219
run: ./hack/debug-cache.sh
220220
- name: "Test default.yaml"
221-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
221+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
222222
with:
223223
timeout_minutes: 30
224224
retry_on: error
@@ -282,7 +282,7 @@ jobs:
282282
- name: "Show cache"
283283
run: ./hack/debug-cache.sh
284284
- name: "Test"
285-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
285+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
286286
with:
287287
timeout_minutes: 30
288288
retry_on: error
@@ -336,7 +336,7 @@ jobs:
336336
- name: "Show cache"
337337
run: ./hack/debug-cache.sh
338338
- name: "Test"
339-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
339+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
340340
with:
341341
timeout_minutes: 30
342342
retry_on: error
@@ -388,7 +388,7 @@ jobs:
388388
# Set -count=1 to disable cache
389389
run: go test -v -count=1 ./pkg/networks/...
390390
- name: Test socket_vmnet
391-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
391+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
392392
with:
393393
timeout_minutes: 30
394394
retry_on: error
@@ -430,7 +430,7 @@ jobs:
430430
# We revert back to 8.2.1, which seems to work fine
431431
./hack/brew-install-version.sh qemu 8.2.1
432432
- name: Test
433-
uses: nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
433+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
434434
with:
435435
timeout_minutes: 30
436436
retry_on: error

0 commit comments

Comments
 (0)