Skip to content

Commit dcc816a

Browse files
committed
regenerate workflows
1 parent 402b901 commit dcc816a

File tree

11 files changed

+84
-84
lines changed

11 files changed

+84
-84
lines changed

.github/workflows/build-all.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: 'Checkout project'
8484
uses: actions/checkout@v1 # v1 for old Git
8585
with:
86-
fetch-depth: 1
86+
fetch-depth: 3
8787

8888
- name: 'Install xpm'
8989
timeout-minutes: 1440
@@ -154,7 +154,7 @@ jobs:
154154
- name: 'Checkout project'
155155
uses: actions/checkout@v1 # v1 for old Git
156156
with:
157-
fetch-depth: 1
157+
fetch-depth: 3
158158

159159
- name: 'Install xpm'
160160
timeout-minutes: 1440
@@ -225,7 +225,7 @@ jobs:
225225
- name: 'Checkout project'
226226
uses: actions/checkout@v1 # v1 for old Git
227227
with:
228-
fetch-depth: 1
228+
fetch-depth: 3
229229

230230
- name: 'Install xpm'
231231
timeout-minutes: 1440
@@ -295,7 +295,7 @@ jobs:
295295
- name: 'Checkout project'
296296
uses: actions/checkout@v1 # v1 for old Git
297297
with:
298-
fetch-depth: 1
298+
fetch-depth: 3
299299

300300
- name: 'Install xpm'
301301
timeout-minutes: 1440
@@ -361,7 +361,7 @@ jobs:
361361
- name: 'Checkout project'
362362
uses: actions/checkout@v1 # v1 for old Git
363363
with:
364-
fetch-depth: 1
364+
fetch-depth: 3
365365

366366
- name: 'Install xpm'
367367
timeout-minutes: 1440
@@ -428,7 +428,7 @@ jobs:
428428
- name: 'Checkout project'
429429
uses: actions/checkout@v1 # v1 for old Git
430430
with:
431-
fetch-depth: 1
431+
fetch-depth: 3
432432

433433
- name: 'Install xpm'
434434
timeout-minutes: 1440

.github/workflows/build-xbbla32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: 'Checkout project'
8484
uses: actions/checkout@v1 # v1 for old Git
8585
with:
86-
fetch-depth: 1
86+
fetch-depth: 3
8787

8888
- name: 'Install xpm'
8989
timeout-minutes: 1440

.github/workflows/build-xbbla64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: 'Checkout project'
8484
uses: actions/checkout@v1 # v1 for old Git
8585
with:
86-
fetch-depth: 1
86+
fetch-depth: 3
8787

8888
- name: 'Install xpm'
8989
timeout-minutes: 1440

.github/workflows/build-xbbli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: 'Checkout project'
154154
uses: actions/checkout@v1
155155
with:
156-
fetch-depth: 1
156+
fetch-depth: 3
157157

158158
- name: 'Install xpm'
159159
timeout-minutes: 1440
@@ -170,7 +170,7 @@ jobs:
170170
run: |
171171
xpm install --config win32-x64 --loglevel ${{ github.event.inputs.xpm_install_loglevel }} ${{ github.event.inputs.xpm_install_options }}
172172
xpm run build --config win32-x64
173-
173+
174174
- name: 'Publish pre-release'
175175
# https://github.com/ncipollo/release-action
176176
uses: ncipollo/release-action@v1

.github/workflows/build-xbbma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: 'Checkout project'
8080
uses: actions/checkout@v1 # v1 for old Git
8181
with:
82-
fetch-depth: 1
82+
fetch-depth: 3
8383

8484
- name: 'Install xpm'
8585
timeout-minutes: 1440

.github/workflows/build-xbbmi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: 'Checkout project'
8080
uses: actions/checkout@v1
8181
with:
82-
fetch-depth: 1
82+
fetch-depth: 3
8383

8484
- name: 'Install xpm'
8585
timeout-minutes: 1440

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
- name: 'Checkout project'
5353
uses: actions/checkout@v3
5454
with:
55-
fetch-depth: 1
55+
fetch-depth: 3
5656

5757
- name: 'Checkout helper ${{ github.event.inputs.helper-git-ref }}'
5858
uses: actions/checkout@v3
5959
with:
6060
repository: xpack-dev-tools/xbb-helper-xpack
6161
path: xpacks/xpack-dev-tools-xbb-helper
6262
ref: ${{ github.event.inputs.helper-git-ref }}
63-
fetch-depth: 1
63+
fetch-depth: 3
6464

6565
- name: 'Create body'
6666
run: |

.github/workflows/test-docker-linux-arm.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)