Skip to content

Commit 8ddec88

Browse files
authored
update haskell actions setup (#81)
1 parent e542d7b commit 8ddec88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Install Haskell tooling
24-
uses: haskell/actions/setup@v2
24+
uses: haskell-actions/setup@v2
2525
with:
2626
ghc-version: ${{ matrix.ghc }}
2727
cabal-version: "3.6"

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Install Haskell tooling
16-
uses: haskell/actions/setup@v2
16+
uses: haskell-actions/setup@v2
1717
with:
1818
ghc-version: "9.6.1"
1919
cabal-version: "3.6"

0 commit comments

Comments
 (0)