Skip to content

Commit

Permalink
Fix ‘haskell/actions/setup’ -> ‘haskell-actions/setup’
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Dec 11, 2024
1 parent 595e4a8 commit b06873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ghc: "9.10"
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit b06873e

Please sign in to comment.