Skip to content

Commit 9b0814d

Browse files
committed
Switch to haskell/actions/setup.
1 parent 9dc7032 commit 9b0814d

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
2323

24-
- uses: actions/setup-haskell@v1
24+
- uses: haskell/actions/setup@v1.2.2
2525
name: Setup Haskell
2626
with:
2727
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)