@@ -140,13 +140,6 @@ jobs:
140140 , ARTIFACT: "x86_64-linux-unknown"
141141 , ADD_CABAL_ARGS: "--enable-split-sections --enable-executable-static"
142142 },
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- },
150143 { image: "alpine:3.20"
151144 , installCmd: "apk update && apk add"
152145 , toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
@@ -168,7 +161,7 @@ jobs:
168161 with :
169162 cabal : ${{ env.CABAL_VERSION }}
170163
171- - uses : actions/checkout@v4
164+ - uses : actions/checkout@v5
172165 with :
173166 ref : ${{ matrix.branch }}
174167
@@ -207,7 +200,7 @@ jobs:
207200 ADD_CABAL_ARGS : " --enable-split-sections --enable-executable-static"
208201
209202 steps :
210- - uses : actions/checkout@v4
203+ - uses : actions/checkout@v5
211204 with :
212205 ref : ${{ matrix.branch }}
213206
@@ -248,7 +241,7 @@ jobs:
248241 }
249242 ]
250243 steps :
251- - uses : actions/checkout@v4
244+ - uses : actions/checkout@v5
252245 with :
253246 ref : ${{ matrix.branch }}
254247
@@ -297,7 +290,7 @@ jobs:
297290 matrix :
298291 branch : ${{ fromJSON(inputs.branches) }}
299292 steps :
300- - uses : actions/checkout@v4
293+ - uses : actions/checkout@v5
301294 with :
302295 ref : ${{ matrix.branch }}
303296
@@ -337,7 +330,7 @@ jobs:
337330 matrix :
338331 branch : ${{ fromJSON(inputs.branches) }}
339332 steps :
340- - uses : actions/checkout@v4
333+ - uses : actions/checkout@v5
341334 with :
342335 ref : ${{ matrix.branch }}
343336
@@ -376,7 +369,7 @@ jobs:
376369 matrix :
377370 branch : ${{ fromJSON(inputs.branches) }}
378371 steps :
379- - uses : actions/checkout@v4
372+ - uses : actions/checkout@v5
380373 with :
381374 ref : ${{ matrix.branch }}
382375
@@ -430,7 +423,7 @@ jobs:
430423 matrix :
431424 branch : ${{ fromJSON(inputs.branches) }}
432425 steps :
433- - uses : actions/checkout@v4
426+ - uses : actions/checkout@v5
434427 with :
435428 ref : ${{ matrix.branch }}
436429
@@ -530,12 +523,6 @@ jobs:
530523 , DISTRO: "Unknown"
531524 , ARTIFACT: "x86_64-linux-unknown"
532525 },
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- },
539526 { image: "alpine:3.20"
540527 , installCmd: "apk update && apk add"
541528 , toolRequirements: "${{ needs.tool-output.outputs.apk_tools }}"
@@ -551,7 +538,7 @@ jobs:
551538 run : |
552539 ${{ matrix.platform.installCmd }} curl bash git ${{ matrix.platform.toolRequirements }}
553540
554- - uses : actions/checkout@v4
541+ - uses : actions/checkout@v5
555542 with :
556543 ref : ${{ matrix.branch }}
557544
@@ -596,7 +583,7 @@ jobs:
596583# matrix:
597584# branch: ${{ fromJSON(inputs.branches) }}
598585# steps:
599- # - uses: actions/checkout@v4
586+ # - uses: actions/checkout@v5
600587# with:
601588# ref: ${{ matrix.branch }}
602589#
@@ -633,7 +620,7 @@ jobs:
633620 }
634621 ]
635622 steps :
636- - uses : actions/checkout@v4
623+ - uses : actions/checkout@v5
637624 with :
638625 ref : ${{ matrix.branch }}
639626
@@ -677,7 +664,7 @@ jobs:
677664 matrix :
678665 branch : ${{ fromJSON(inputs.branches) }}
679666 steps :
680- - uses : actions/checkout@v4
667+ - uses : actions/checkout@v5
681668 with :
682669 ref : ${{ matrix.branch }}
683670
@@ -718,7 +705,7 @@ jobs:
718705 matrix :
719706 branch : ${{ fromJSON(inputs.branches) }}
720707 steps :
721- - uses : actions/checkout@v4
708+ - uses : actions/checkout@v5
722709 with :
723710 ref : ${{ matrix.branch }}
724711
@@ -754,7 +741,7 @@ jobs:
754741 matrix :
755742 branch : ${{ fromJSON(inputs.branches) }}
756743 steps :
757- - uses : actions/checkout@v4
744+ - uses : actions/checkout@v5
758745 with :
759746 ref : ${{ matrix.branch }}
760747
@@ -803,7 +790,7 @@ jobs:
803790 matrix :
804791 branch : ${{ fromJSON(inputs.branches) }}
805792 steps :
806- - uses : actions/checkout@v4
793+ - uses : actions/checkout@v5
807794 with :
808795 ref : ${{ matrix.branch }}
809796
0 commit comments