Skip to content

Commit 15e75fb

Browse files
committed
Use maintained fork of Haskell GH action
From: https://github.com/haskell/actions/tree/main/setup.
1 parent bb03637 commit 15e75fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: sudo usermod -a -G input $USER
1818

1919
- uses: actions/checkout@v2
20-
- uses: actions/setup-haskell@v1
20+
- uses: haskell/actions/setup@v1
2121
with:
2222
ghc-version: '8.8.2'
2323
cabal-version: '3.0'

0 commit comments

Comments
 (0)