@@ -168,7 +168,7 @@ jobs:
168168 with :
169169 cabal : ${{ env.CABAL_VERSION }}
170170
171- - uses : actions/checkout@v4
171+ - uses : actions/checkout@v5
172172 with :
173173 ref : ${{ matrix.branch }}
174174
@@ -207,7 +207,7 @@ jobs:
207207 ADD_CABAL_ARGS : " --enable-split-sections --enable-executable-static"
208208
209209 steps :
210- - uses : actions/checkout@v4
210+ - uses : actions/checkout@v5
211211 with :
212212 ref : ${{ matrix.branch }}
213213
@@ -248,7 +248,7 @@ jobs:
248248 }
249249 ]
250250 steps :
251- - uses : actions/checkout@v4
251+ - uses : actions/checkout@v5
252252 with :
253253 ref : ${{ matrix.branch }}
254254
@@ -297,7 +297,7 @@ jobs:
297297 matrix :
298298 branch : ${{ fromJSON(inputs.branches) }}
299299 steps :
300- - uses : actions/checkout@v4
300+ - uses : actions/checkout@v5
301301 with :
302302 ref : ${{ matrix.branch }}
303303
@@ -337,7 +337,7 @@ jobs:
337337 matrix :
338338 branch : ${{ fromJSON(inputs.branches) }}
339339 steps :
340- - uses : actions/checkout@v4
340+ - uses : actions/checkout@v5
341341 with :
342342 ref : ${{ matrix.branch }}
343343
@@ -376,7 +376,7 @@ jobs:
376376 matrix :
377377 branch : ${{ fromJSON(inputs.branches) }}
378378 steps :
379- - uses : actions/checkout@v4
379+ - uses : actions/checkout@v5
380380 with :
381381 ref : ${{ matrix.branch }}
382382
@@ -430,7 +430,7 @@ jobs:
430430 matrix :
431431 branch : ${{ fromJSON(inputs.branches) }}
432432 steps :
433- - uses : actions/checkout@v4
433+ - uses : actions/checkout@v5
434434 with :
435435 ref : ${{ matrix.branch }}
436436
@@ -551,7 +551,7 @@ jobs:
551551 run : |
552552 ${{ matrix.platform.installCmd }} curl bash git ${{ matrix.platform.toolRequirements }}
553553
554- - uses : actions/checkout@v4
554+ - uses : actions/checkout@v5
555555 with :
556556 ref : ${{ matrix.branch }}
557557
@@ -596,7 +596,7 @@ jobs:
596596# matrix:
597597# branch: ${{ fromJSON(inputs.branches) }}
598598# steps:
599- # - uses: actions/checkout@v4
599+ # - uses: actions/checkout@v5
600600# with:
601601# ref: ${{ matrix.branch }}
602602#
@@ -633,7 +633,7 @@ jobs:
633633 }
634634 ]
635635 steps :
636- - uses : actions/checkout@v4
636+ - uses : actions/checkout@v5
637637 with :
638638 ref : ${{ matrix.branch }}
639639
@@ -677,7 +677,7 @@ jobs:
677677 matrix :
678678 branch : ${{ fromJSON(inputs.branches) }}
679679 steps :
680- - uses : actions/checkout@v4
680+ - uses : actions/checkout@v5
681681 with :
682682 ref : ${{ matrix.branch }}
683683
@@ -718,7 +718,7 @@ jobs:
718718 matrix :
719719 branch : ${{ fromJSON(inputs.branches) }}
720720 steps :
721- - uses : actions/checkout@v4
721+ - uses : actions/checkout@v5
722722 with :
723723 ref : ${{ matrix.branch }}
724724
@@ -754,7 +754,7 @@ jobs:
754754 matrix :
755755 branch : ${{ fromJSON(inputs.branches) }}
756756 steps :
757- - uses : actions/checkout@v4
757+ - uses : actions/checkout@v5
758758 with :
759759 ref : ${{ matrix.branch }}
760760
@@ -803,7 +803,7 @@ jobs:
803803 matrix :
804804 branch : ${{ fromJSON(inputs.branches) }}
805805 steps :
806- - uses : actions/checkout@v4
806+ - uses : actions/checkout@v5
807807 with :
808808 ref : ${{ matrix.branch }}
809809
0 commit comments