53
53
env :
54
54
CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
55
55
run : echo "$CONCURRENCY_CONTEXT"
56
- - uses : Wandalen/wretry.action@v1.0.41
56
+ - uses : Wandalen/wretry.action@v1.3.0
57
57
name : Checkout
58
58
with :
59
59
action : actions/checkout@v3.5.2
69
69
mkdir /tmp/cores || true
70
70
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true
71
71
72
- - uses : Wandalen/wretry.action@v1.0.41
72
+ - uses : Wandalen/wretry.action@v1.3.0
73
73
name : Bootstrap cache
74
74
timeout-minutes : 20
75
75
with :
@@ -169,7 +169,7 @@ jobs:
169
169
env :
170
170
CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
171
171
run : echo "$CONCURRENCY_CONTEXT"
172
- - uses : Wandalen/wretry.action@v1.0.41
172
+ - uses : Wandalen/wretry.action@v1.3.0
173
173
name : Checkout
174
174
with :
175
175
action : actions/checkout@v3.5.2
@@ -190,7 +190,7 @@ jobs:
190
190
mkdir /tmp/cores || true
191
191
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true
192
192
193
- - uses : Wandalen/wretry.action@v1.0.41
193
+ - uses : Wandalen/wretry.action@v1.3.0
194
194
name : Bootstrap cache
195
195
timeout-minutes : 20
196
196
with :
@@ -345,7 +345,7 @@ jobs:
345
345
env :
346
346
CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
347
347
run : echo "$CONCURRENCY_CONTEXT"
348
- - uses : Wandalen/wretry.action@v1.0.41
348
+ - uses : Wandalen/wretry.action@v1.3.0
349
349
name : Checkout
350
350
with :
351
351
action : actions/checkout@v3.5.2
@@ -356,7 +356,7 @@ jobs:
356
356
- name : Checkout submodules
357
357
run : scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
358
358
359
- - uses : Wandalen/wretry.action@v1.0.41
359
+ - uses : Wandalen/wretry.action@v1.3.0
360
360
name : Bootstrap cache
361
361
timeout-minutes : 20
362
362
with :
@@ -400,7 +400,7 @@ jobs:
400
400
if : github.actor != 'restyled-io[bot]'
401
401
402
402
steps :
403
- - uses : Wandalen/wretry.action@v1.0.41
403
+ - uses : Wandalen/wretry.action@v1.3.0
404
404
name : Checkout
405
405
with :
406
406
action : actions/checkout@v3.5.2
@@ -419,7 +419,7 @@ jobs:
419
419
run : |
420
420
mkdir -p ~/Library/Logs/DiagnosticReports || true
421
421
422
- - uses : Wandalen/wretry.action@v1.0.41
422
+ - uses : Wandalen/wretry.action@v1.3.0
423
423
name : Bootstrap cache
424
424
timeout-minutes : 20
425
425
with :
@@ -512,7 +512,7 @@ jobs:
512
512
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1"
513
513
514
514
steps :
515
- - uses : Wandalen/wretry.action@v1.0.41
515
+ - uses : Wandalen/wretry.action@v1.3.0
516
516
name : Checkout
517
517
with :
518
518
action : actions/checkout@v3.5.2
@@ -523,7 +523,7 @@ jobs:
523
523
- name : Checkout submodules
524
524
run : scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
525
525
526
- - uses : Wandalen/wretry.action@v1.0.41
526
+ - uses : Wandalen/wretry.action@v1.3.0
527
527
name : Bootstrap cache
528
528
timeout-minutes : 20
529
529
with :
0 commit comments