Skip to content

Commit bada7f7

Browse files
authored
update from haskell/actions/setup to haskell-actions/setup (#64)
the former was unmaintained this gets us Cabal 3.10.2.1 and GHC 9.8.2 support
1 parent 3fabbb5 commit bada7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3
5050

51-
- uses: haskell/actions/setup@v2
51+
- uses: haskell-actions/setup@v2
5252
id: setup-haskell-cabal
5353
name: Setup Haskell
5454
with:

0 commit comments

Comments
 (0)