File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Cache cabal store
2424 id : cache
25- uses : actions/cache/restore@v4
25+ uses : actions/cache/restore@v5
2626 with :
2727 key : bump-action-cabal-store-${{ runner.os }}-${{ github.sha }}
2828 path : ~/.cabal/store
@@ -100,7 +100,7 @@ jobs:
100100 cabal build --only-dependencies --enable-tests --write-ghc-environment-files=always ${{ env.CABAL_FLAGS }}
101101
102102 - name : Save cache
103- uses : actions/cache/save@v4
103+ uses : actions/cache/save@v5
104104 if : always()
105105 with :
106106 key : ${{ steps.cache.outputs.cache-primary-key }}
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 $CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
228228 cabal-plan
229229 - name : restore cache
230- uses : actions/cache/restore@v4
230+ uses : actions/cache/restore@v5
231231 with :
232232 key : ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
233233 path : ~/.cabal/store
@@ -296,7 +296,7 @@ jobs:
296296 if [ $((HCNUMVER < 81000)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='servant ==0.16.*' all ; fi
297297 - name : save cache
298298 if : always()
299- uses : actions/cache/save@v4
299+ uses : actions/cache/save@v5
300300 with :
301301 key : ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
302302 path : ~/.cabal/store
You can’t perform that action at this time.
0 commit comments