Skip to content

Commit c95a39a

Browse files
committed
Use maintaned action
1 parent ddb1d12 commit c95a39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- uses: actions/setup-haskell@v1.1
17+
- uses: haskell/actions/setup@v1
1818
with:
1919
ghc-version: ${{ matrix.ghc }}
2020
# cabal-version: 'latest'. Omitted, but defalts to 'latest'

0 commit comments

Comments
 (0)