Skip to content

Commit 00a3c2e

Browse files
Alex0jkAlexander Mejia
and
Alexander Mejia
authored
Update haskell actions setup in GitHub Actions (#42)
* Update .all-contributorsrc * 👥 Add @BarbDMC as a contributor * Update haskell/actions to haskell-actions --------- Co-authored-by: Alexander Mejia <[email protected]>
1 parent 510f293 commit 00a3c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v3
2424
- name: Install Haskell tooling
25-
uses: haskell/actions/setup@v2
25+
uses: haskell-actions/setup@v2
2626
with:
2727
ghc-version: ${{ matrix.ghc }}
2828
cabal-version: "3.6"

0 commit comments

Comments
 (0)