Skip to content

Commit

Permalink
Use non-deprecated Haskell setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
eread committed Apr 23, 2024
1 parent 91cdf9c commit bece285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Setup Haskell
id: setup-haskell-cabal
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2.7.1
with:
ghc-version: ${{ env.GHC_VERSION }}

Expand Down

0 comments on commit bece285

Please sign in to comment.