@@ -165,7 +165,7 @@ jobs:
165165 run : |
166166 $CABAL v2-update -v
167167 - name : cache (tools)
168- uses : actions/cache/restore@v4
168+ uses : actions/cache/restore@v5
169169 with :
170170 key : ${{ runner.os }}-${{ matrix.compiler }}-tools-e88c451c
171171 path : ~/.haskell-ci-tools
@@ -193,12 +193,12 @@ jobs:
193193 if [ $((HCNUMVER < 90000)) -ne 0 ] ; then doctest --version ; fi
194194 - name : save cache (tools)
195195 if : always()
196- uses : actions/cache/save@v4
196+ uses : actions/cache/save@v5
197197 with :
198198 key : ${{ runner.os }}-${{ matrix.compiler }}-tools-e88c451c
199199 path : ~/.haskell-ci-tools
200200 - name : checkout
201- uses : actions/checkout@v5
201+ uses : actions/checkout@v7
202202 with :
203203 path : source
204204 - name : initial cabal.project for sdist
@@ -260,7 +260,7 @@ jobs:
260260 $CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
261261 cabal-plan
262262 - name : restore cache
263- uses : actions/cache/restore@v4
263+ uses : actions/cache/restore@v5
264264 with :
265265 key : ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
266266 path : ~/.cabal/store
@@ -313,7 +313,7 @@ jobs:
313313 $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --prefer-oldest all
314314 - name : save cache
315315 if : always()
316- uses : actions/cache/save@v4
316+ uses : actions/cache/save@v5
317317 with :
318318 key : ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
319319 path : ~/.cabal/store
0 commit comments