@@ -140,13 +140,6 @@ jobs:
140
140
, ARTIFACT: "x86_64-linux-unknown"
141
141
, ADD_CABAL_ARGS: "--enable-split-sections --enable-executable-static"
142
142
},
143
- { image: "alpine:3.12"
144
- , installCmd: "apk update && apk add"
145
- , toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
146
- , DISTRO: "Unknown"
147
- , ARTIFACT: "x86_64-linux-alpine312"
148
- , ADD_CABAL_ARGS: "--enable-split-sections"
149
- },
150
143
{ image: "alpine:3.20"
151
144
, installCmd: "apk update && apk add"
152
145
, toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
@@ -168,7 +161,7 @@ jobs:
168
161
with :
169
162
cabal : ${{ env.CABAL_VERSION }}
170
163
171
- - uses : actions/checkout@v4
164
+ - uses : actions/checkout@v5
172
165
with :
173
166
ref : ${{ matrix.branch }}
174
167
@@ -207,7 +200,7 @@ jobs:
207
200
ADD_CABAL_ARGS : " --enable-split-sections --enable-executable-static"
208
201
209
202
steps :
210
- - uses : actions/checkout@v4
203
+ - uses : actions/checkout@v5
211
204
with :
212
205
ref : ${{ matrix.branch }}
213
206
@@ -248,7 +241,7 @@ jobs:
248
241
}
249
242
]
250
243
steps :
251
- - uses : actions/checkout@v4
244
+ - uses : actions/checkout@v5
252
245
with :
253
246
ref : ${{ matrix.branch }}
254
247
@@ -297,7 +290,7 @@ jobs:
297
290
matrix :
298
291
branch : ${{ fromJSON(inputs.branches) }}
299
292
steps :
300
- - uses : actions/checkout@v4
293
+ - uses : actions/checkout@v5
301
294
with :
302
295
ref : ${{ matrix.branch }}
303
296
@@ -337,7 +330,7 @@ jobs:
337
330
matrix :
338
331
branch : ${{ fromJSON(inputs.branches) }}
339
332
steps :
340
- - uses : actions/checkout@v4
333
+ - uses : actions/checkout@v5
341
334
with :
342
335
ref : ${{ matrix.branch }}
343
336
@@ -376,7 +369,7 @@ jobs:
376
369
matrix :
377
370
branch : ${{ fromJSON(inputs.branches) }}
378
371
steps :
379
- - uses : actions/checkout@v4
372
+ - uses : actions/checkout@v5
380
373
with :
381
374
ref : ${{ matrix.branch }}
382
375
@@ -430,7 +423,7 @@ jobs:
430
423
matrix :
431
424
branch : ${{ fromJSON(inputs.branches) }}
432
425
steps :
433
- - uses : actions/checkout@v4
426
+ - uses : actions/checkout@v5
434
427
with :
435
428
ref : ${{ matrix.branch }}
436
429
@@ -530,12 +523,6 @@ jobs:
530
523
, DISTRO: "Unknown"
531
524
, ARTIFACT: "x86_64-linux-unknown"
532
525
},
533
- { image: "alpine:3.12"
534
- , installCmd: "apk update && apk add"
535
- , toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
536
- , DISTRO: "Unknown"
537
- , ARTIFACT: "x86_64-linux-alpine312"
538
- },
539
526
{ image: "alpine:3.20"
540
527
, installCmd: "apk update && apk add"
541
528
, toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
@@ -551,7 +538,7 @@ jobs:
551
538
run : |
552
539
${{ matrix.platform.installCmd }} curl bash git ${{ matrix.platform.toolRequirements }}
553
540
554
- - uses : actions/checkout@v4
541
+ - uses : actions/checkout@v5
555
542
with :
556
543
ref : ${{ matrix.branch }}
557
544
@@ -596,7 +583,7 @@ jobs:
596
583
# matrix:
597
584
# branch: ${{ fromJSON(inputs.branches) }}
598
585
# steps:
599
- # - uses: actions/checkout@v4
586
+ # - uses: actions/checkout@v5
600
587
# with:
601
588
# ref: ${{ matrix.branch }}
602
589
#
@@ -633,7 +620,7 @@ jobs:
633
620
}
634
621
]
635
622
steps :
636
- - uses : actions/checkout@v4
623
+ - uses : actions/checkout@v5
637
624
with :
638
625
ref : ${{ matrix.branch }}
639
626
@@ -677,7 +664,7 @@ jobs:
677
664
matrix :
678
665
branch : ${{ fromJSON(inputs.branches) }}
679
666
steps :
680
- - uses : actions/checkout@v4
667
+ - uses : actions/checkout@v5
681
668
with :
682
669
ref : ${{ matrix.branch }}
683
670
@@ -718,7 +705,7 @@ jobs:
718
705
matrix :
719
706
branch : ${{ fromJSON(inputs.branches) }}
720
707
steps :
721
- - uses : actions/checkout@v4
708
+ - uses : actions/checkout@v5
722
709
with :
723
710
ref : ${{ matrix.branch }}
724
711
@@ -754,7 +741,7 @@ jobs:
754
741
matrix :
755
742
branch : ${{ fromJSON(inputs.branches) }}
756
743
steps :
757
- - uses : actions/checkout@v4
744
+ - uses : actions/checkout@v5
758
745
with :
759
746
ref : ${{ matrix.branch }}
760
747
@@ -803,7 +790,7 @@ jobs:
803
790
matrix :
804
791
branch : ${{ fromJSON(inputs.branches) }}
805
792
steps :
806
- - uses : actions/checkout@v4
793
+ - uses : actions/checkout@v5
807
794
with :
808
795
ref : ${{ matrix.branch }}
809
796
0 commit comments