@@ -85,15 +85,15 @@ jobs:
8585 - name : ' Checkout project'
8686 uses : actions/checkout@v3
8787 with :
88- fetch-depth : 1
88+ fetch-depth : 3
8989
9090 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
9191 uses : actions/checkout@v3
9292 with :
9393 repository : xpack-dev-tools/xbb-helper-xpack
9494 path : xpacks/xpack-dev-tools-xbb-helper
9595 ref : ${{ github.event.inputs.helper-git-ref }}
96- fetch-depth : 1
96+ fetch-depth : 3
9797
9898 - name : ' Ubuntu 22.04 arm64'
9999 uses : docker://ubuntu:22.04
@@ -137,15 +137,15 @@ jobs:
137137 - name : ' Checkout project'
138138 uses : actions/checkout@v3
139139 with :
140- fetch-depth : 1
140+ fetch-depth : 3
141141
142142 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
143143 uses : actions/checkout@v3
144144 with :
145145 repository : xpack-dev-tools/xbb-helper-xpack
146146 path : xpacks/xpack-dev-tools-xbb-helper
147147 ref : ${{ github.event.inputs.helper-git-ref }}
148- fetch-depth : 1
148+ fetch-depth : 3
149149
150150 - name : ' Debian 11 arm64'
151151 uses : docker://debian:bullseye
@@ -184,15 +184,15 @@ jobs:
184184 - name : ' Checkout project'
185185 uses : actions/checkout@v3
186186 with :
187- fetch-depth : 1
187+ fetch-depth : 3
188188
189189 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
190190 uses : actions/checkout@v3
191191 with :
192192 repository : xpack-dev-tools/xbb-helper-xpack
193193 path : xpacks/xpack-dev-tools-xbb-helper
194194 ref : ${{ github.event.inputs.helper-git-ref }}
195- fetch-depth : 1
195+ fetch-depth : 3
196196
197197 - name : ' RedHat 8 arm64'
198198 uses : docker://redhat/ubi8
@@ -225,15 +225,15 @@ jobs:
225225 - name : ' Checkout project'
226226 uses : actions/checkout@v3
227227 with :
228- fetch-depth : 1
228+ fetch-depth : 3
229229
230230 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
231231 uses : actions/checkout@v3
232232 with :
233233 repository : xpack-dev-tools/xbb-helper-xpack
234234 path : xpacks/xpack-dev-tools-xbb-helper
235235 ref : ${{ github.event.inputs.helper-git-ref }}
236- fetch-depth : 1
236+ fetch-depth : 3
237237
238238 - name : ' Fedora 37 arm64'
239239 uses : docker://fedora:37
@@ -278,15 +278,15 @@ jobs:
278278 - name : ' Checkout project'
279279 uses : actions/checkout@v3
280280 with :
281- fetch-depth : 1
281+ fetch-depth : 3
282282
283283 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
284284 uses : actions/checkout@v3
285285 with :
286286 repository : xpack-dev-tools/xbb-helper-xpack
287287 path : xpacks/xpack-dev-tools-xbb-helper
288288 ref : ${{ github.event.inputs.helper-git-ref }}
289- fetch-depth : 1
289+ fetch-depth : 3
290290
291291 - name : ' OpenSUSE 15.4 arm64'
292292 uses : docker://opensuse/leap:15.4
@@ -324,15 +324,15 @@ jobs:
324324 - name : ' Checkout project'
325325 uses : actions/checkout@v3
326326 with :
327- fetch-depth : 1
327+ fetch-depth : 3
328328
329329 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
330330 uses : actions/checkout@v3
331331 with :
332332 repository : xpack-dev-tools/xbb-helper-xpack
333333 path : xpacks/xpack-dev-tools-xbb-helper
334334 ref : ${{ github.event.inputs.helper-git-ref }}
335- fetch-depth : 1
335+ fetch-depth : 3
336336
337337 - name : ' Ubuntu latest arm64'
338338 uses : docker://ubuntu:latest
@@ -363,15 +363,15 @@ jobs:
363363 - name : ' Checkout project'
364364 uses : actions/checkout@v3
365365 with :
366- fetch-depth : 1
366+ fetch-depth : 3
367367
368368 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
369369 uses : actions/checkout@v3
370370 with :
371371 repository : xpack-dev-tools/xbb-helper-xpack
372372 path : xpacks/xpack-dev-tools-xbb-helper
373373 ref : ${{ github.event.inputs.helper-git-ref }}
374- fetch-depth : 1
374+ fetch-depth : 3
375375
376376 - name : ' Debian testing arm64'
377377 uses : docker://debian:testing
@@ -410,15 +410,15 @@ jobs:
410410 - name : ' Checkout project'
411411 uses : actions/checkout@v3
412412 with :
413- fetch-depth : 1
413+ fetch-depth : 3
414414
415415 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
416416 uses : actions/checkout@v3
417417 with :
418418 repository : xpack-dev-tools/xbb-helper-xpack
419419 path : xpacks/xpack-dev-tools-xbb-helper
420420 ref : ${{ github.event.inputs.helper-git-ref }}
421- fetch-depth : 1
421+ fetch-depth : 3
422422
423423 - name : ' Fedora latest arm64'
424424 uses : docker://fedora:latest
@@ -449,15 +449,15 @@ jobs:
449449 - name : ' Checkout project'
450450 uses : actions/checkout@v3
451451 with :
452- fetch-depth : 1
452+ fetch-depth : 3
453453
454454 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
455455 uses : actions/checkout@v3
456456 with :
457457 repository : xpack-dev-tools/xbb-helper-xpack
458458 path : xpacks/xpack-dev-tools-xbb-helper
459459 ref : ${{ github.event.inputs.helper-git-ref }}
460- fetch-depth : 1
460+ fetch-depth : 3
461461
462462 - name : ' OpenSUSE tumbleweed arm64'
463463 uses : docker://opensuse/tumbleweed
@@ -488,15 +488,15 @@ jobs:
488488 - name : ' Checkout project'
489489 uses : actions/checkout@v3
490490 with :
491- fetch-depth : 1
491+ fetch-depth : 3
492492
493493 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
494494 uses : actions/checkout@v3
495495 with :
496496 repository : xpack-dev-tools/xbb-helper-xpack
497497 path : xpacks/xpack-dev-tools-xbb-helper
498498 ref : ${{ github.event.inputs.helper-git-ref }}
499- fetch-depth : 1
499+ fetch-depth : 3
500500
501501 - name : ' Ubuntu 22.04 arm'
502502 uses : docker://arm32v7/ubuntu:22.04
@@ -539,15 +539,15 @@ jobs:
539539 - name : ' Checkout project'
540540 uses : actions/checkout@v3
541541 with :
542- fetch-depth : 1
542+ fetch-depth : 3
543543
544544 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
545545 uses : actions/checkout@v3
546546 with :
547547 repository : xpack-dev-tools/xbb-helper-xpack
548548 path : xpacks/xpack-dev-tools-xbb-helper
549549 ref : ${{ github.event.inputs.helper-git-ref }}
550- fetch-depth : 1
550+ fetch-depth : 3
551551
552552 - name : ' Debian 11 arm'
553553 uses : docker://arm32v7/debian:bullseye
@@ -584,15 +584,15 @@ jobs:
584584 - name : ' Checkout project'
585585 uses : actions/checkout@v3
586586 with :
587- fetch-depth : 1
587+ fetch-depth : 3
588588
589589 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
590590 uses : actions/checkout@v3
591591 with :
592592 repository : xpack-dev-tools/xbb-helper-xpack
593593 path : xpacks/xpack-dev-tools-xbb-helper
594594 ref : ${{ github.event.inputs.helper-git-ref }}
595- fetch-depth : 1
595+ fetch-depth : 3
596596
597597 - name : ' Ubuntu latest arm'
598598 uses : docker://arm32v7/ubuntu:latest
@@ -623,15 +623,15 @@ jobs:
623623 - name : ' Checkout project'
624624 uses : actions/checkout@v3
625625 with :
626- fetch-depth : 1
626+ fetch-depth : 3
627627
628628 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
629629 uses : actions/checkout@v3
630630 with :
631631 repository : xpack-dev-tools/xbb-helper-xpack
632632 path : xpacks/xpack-dev-tools-xbb-helper
633633 ref : ${{ github.event.inputs.helper-git-ref }}
634- fetch-depth : 1
634+ fetch-depth : 3
635635
636636 - name : ' Debian testing arm'
637637 uses : docker://arm32v7/debian:testing
@@ -670,15 +670,15 @@ jobs:
670670 - name : ' Checkout project'
671671 uses : actions/checkout@v3
672672 with :
673- fetch-depth : 1
673+ fetch-depth : 3
674674
675675 - name : ' Checkout helper ${{ github.event.inputs.helper-git-ref }}'
676676 uses : actions/checkout@v3
677677 with :
678678 repository : xpack-dev-tools/xbb-helper-xpack
679679 path : xpacks/xpack-dev-tools-xbb-helper
680680 ref : ${{ github.event.inputs.helper-git-ref }}
681- fetch-depth : 1
681+ fetch-depth : 3
682682
683683 - name : ' Fedora latest arm'
684684 uses : docker://arm32v7/fedora:latest
0 commit comments