Skip to content

Commit 7e0311f

Browse files
committed
ci: switch from haskell/actions to haskell-actions
1 parent 3ddfa57 commit 7e0311f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Run Haskell
21-
uses: haskell/actions/setup@v1
21+
uses: haskell-actions/setup@v1
2222
with:
2323
ghc-version: ${{ matrix.ghc }}
2424
cabal-version: ${{ matrix.cabal }}
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
steps:
3636
- uses: actions/checkout@v2
37-
- uses: haskell/actions/setup@v1
37+
- uses: haskell-actions/setup@v1
3838
with:
3939
ghc-version: "9.2.8"
4040
enable-stack: true

0 commit comments

Comments
 (0)