Skip to content

Commit 7860a7f

Browse files
committed
GHA: bump cabal to 3.12.1.0
1 parent 85e26b5 commit 7860a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: input-output-hk/actions/haskell@latest
5252
id: setup-haskell
5353
with:
54-
cabal-version: "3.10.1.0"
54+
cabal-version: "3.12.1.0"
5555

5656
- uses: actions/checkout@v4
5757

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Modify this value to "invalidate" the Cabal cache.
3939
CABAL_CACHE_VERSION: "2024-01-29"
4040

41-
CABAL: "3.10.3.0"
41+
CABAL: "3.12.1.0"
4242

4343
steps:
4444
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)