@@ -191,7 +191,7 @@ jobs:
191
191
- name : " Show cache"
192
192
run : ./hack/debug-cache.sh
193
193
- name : " Test default.yaml"
194
- uses : nick-invision /retry@v3
194
+ uses : nick-fields /retry@v3
195
195
with :
196
196
timeout_minutes : 30
197
197
retry_on : error
@@ -255,7 +255,7 @@ jobs:
255
255
- name : " Show cache"
256
256
run : ./hack/debug-cache.sh
257
257
- name : " Test"
258
- uses : nick-invision /retry@v3
258
+ uses : nick-fields /retry@v3
259
259
with :
260
260
timeout_minutes : 30
261
261
retry_on : error
@@ -309,7 +309,7 @@ jobs:
309
309
- name : " Show cache"
310
310
run : ./hack/debug-cache.sh
311
311
- name : " Test"
312
- uses : nick-invision /retry@v3
312
+ uses : nick-fields /retry@v3
313
313
with :
314
314
timeout_minutes : 30
315
315
retry_on : error
@@ -359,7 +359,7 @@ jobs:
359
359
# Set -count=1 to disable cache
360
360
run : go test -v -count=1 ./pkg/networks/...
361
361
- name : Test socket_vmnet
362
- uses : nick-invision /retry@v3
362
+ uses : nick-fields /retry@v3
363
363
with :
364
364
timeout_minutes : 30
365
365
retry_on : error
@@ -389,7 +389,7 @@ jobs:
389
389
- name : Install test dependencies
390
390
run : brew install qemu bash coreutils
391
391
- name : Test
392
- uses : nick-invision /retry@v3
392
+ uses : nick-fields /retry@v3
393
393
with :
394
394
timeout_minutes : 30
395
395
retry_on : error
0 commit comments