Skip to content

Commit

Permalink
Replaced actions/setup-haskell (deprecated) with `haskell/actions/s…
Browse files Browse the repository at this point in the history
…etup`
  • Loading branch information
DavidMazarro committed Jul 28, 2023
1 parent 72ab6a5 commit 2e60912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-haskell@v1.1
- name: Setup Haskell
uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
Expand Down

0 comments on commit 2e60912

Please sign in to comment.