@@ -218,7 +218,7 @@ jobs:
218
218
- name : " Show cache"
219
219
run : ./hack/debug-cache.sh
220
220
- name : " Test default.yaml"
221
- uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
221
+ uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
222
222
with :
223
223
timeout_minutes : 30
224
224
retry_on : error
@@ -282,7 +282,7 @@ jobs:
282
282
- name : " Show cache"
283
283
run : ./hack/debug-cache.sh
284
284
- name : " Test"
285
- uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
285
+ uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
286
286
with :
287
287
timeout_minutes : 30
288
288
retry_on : error
@@ -336,7 +336,7 @@ jobs:
336
336
- name : " Show cache"
337
337
run : ./hack/debug-cache.sh
338
338
- name : " Test"
339
- uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
339
+ uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
340
340
with :
341
341
timeout_minutes : 30
342
342
retry_on : error
@@ -388,7 +388,7 @@ jobs:
388
388
# Set -count=1 to disable cache
389
389
run : go test -v -count=1 ./pkg/networks/...
390
390
- name : Test socket_vmnet
391
- uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
391
+ uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
392
392
with :
393
393
timeout_minutes : 30
394
394
retry_on : error
@@ -430,7 +430,7 @@ jobs:
430
430
# We revert back to 8.2.1, which seems to work fine
431
431
./hack/brew-install-version.sh qemu 8.2.1
432
432
- name : Test
433
- uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
433
+ uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
434
434
with :
435
435
timeout_minutes : 30
436
436
retry_on : error
0 commit comments