@@ -161,7 +161,7 @@ jobs:
161161 with :
162162 cabal : ${{ env.CABAL_VERSION }}
163163
164- - uses : actions/checkout@v5
164+ - uses : actions/checkout@v6
165165 with :
166166 ref : ${{ matrix.branch }}
167167
@@ -200,7 +200,7 @@ jobs:
200200 ADD_CABAL_ARGS : " --enable-split-sections --enable-executable-static"
201201
202202 steps :
203- - uses : actions/checkout@v5
203+ - uses : actions/checkout@v6
204204 with :
205205 ref : ${{ matrix.branch }}
206206
@@ -241,7 +241,7 @@ jobs:
241241 }
242242 ]
243243 steps :
244- - uses : actions/checkout@v5
244+ - uses : actions/checkout@v6
245245 with :
246246 ref : ${{ matrix.branch }}
247247
@@ -290,7 +290,7 @@ jobs:
290290 matrix :
291291 branch : ${{ fromJSON(inputs.branches) }}
292292 steps :
293- - uses : actions/checkout@v5
293+ - uses : actions/checkout@v6
294294 with :
295295 ref : ${{ matrix.branch }}
296296
@@ -330,7 +330,7 @@ jobs:
330330 matrix :
331331 branch : ${{ fromJSON(inputs.branches) }}
332332 steps :
333- - uses : actions/checkout@v5
333+ - uses : actions/checkout@v6
334334 with :
335335 ref : ${{ matrix.branch }}
336336
@@ -369,7 +369,7 @@ jobs:
369369 matrix :
370370 branch : ${{ fromJSON(inputs.branches) }}
371371 steps :
372- - uses : actions/checkout@v5
372+ - uses : actions/checkout@v6
373373 with :
374374 ref : ${{ matrix.branch }}
375375
@@ -423,7 +423,7 @@ jobs:
423423 matrix :
424424 branch : ${{ fromJSON(inputs.branches) }}
425425 steps :
426- - uses : actions/checkout@v5
426+ - uses : actions/checkout@v6
427427 with :
428428 ref : ${{ matrix.branch }}
429429
@@ -538,7 +538,7 @@ jobs:
538538 run : |
539539 ${{ matrix.platform.installCmd }} curl bash git ${{ matrix.platform.toolRequirements }}
540540
541- - uses : actions/checkout@v5
541+ - uses : actions/checkout@v6
542542 with :
543543 ref : ${{ matrix.branch }}
544544
@@ -583,7 +583,7 @@ jobs:
583583# matrix:
584584# branch: ${{ fromJSON(inputs.branches) }}
585585# steps:
586- # - uses: actions/checkout@v5
586+ # - uses: actions/checkout@v6
587587# with:
588588# ref: ${{ matrix.branch }}
589589#
@@ -620,7 +620,7 @@ jobs:
620620 }
621621 ]
622622 steps :
623- - uses : actions/checkout@v5
623+ - uses : actions/checkout@v6
624624 with :
625625 ref : ${{ matrix.branch }}
626626
@@ -664,7 +664,7 @@ jobs:
664664 matrix :
665665 branch : ${{ fromJSON(inputs.branches) }}
666666 steps :
667- - uses : actions/checkout@v5
667+ - uses : actions/checkout@v6
668668 with :
669669 ref : ${{ matrix.branch }}
670670
@@ -705,7 +705,7 @@ jobs:
705705 matrix :
706706 branch : ${{ fromJSON(inputs.branches) }}
707707 steps :
708- - uses : actions/checkout@v5
708+ - uses : actions/checkout@v6
709709 with :
710710 ref : ${{ matrix.branch }}
711711
@@ -741,7 +741,7 @@ jobs:
741741 matrix :
742742 branch : ${{ fromJSON(inputs.branches) }}
743743 steps :
744- - uses : actions/checkout@v5
744+ - uses : actions/checkout@v6
745745 with :
746746 ref : ${{ matrix.branch }}
747747
@@ -790,7 +790,7 @@ jobs:
790790 matrix :
791791 branch : ${{ fromJSON(inputs.branches) }}
792792 steps :
793- - uses : actions/checkout@v5
793+ - uses : actions/checkout@v6
794794 with :
795795 ref : ${{ matrix.branch }}
796796
0 commit comments