We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f655bd8 commit 6223f45Copy full SHA for 6223f45
.github/workflows/cabal.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
18
- - uses: haskell/actions/setup@v2
+ - uses: haskell-actions/setup@v2
19
name: Setup Haskell Cabal
20
with:
21
ghc-version: ${{ matrix.ghc }}
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
22
23
name: Setup Haskell Stack
24
25
0 commit comments