Skip to content

Commit

Permalink
CI: switch to non-deprecated haskell-actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Oct 6, 2023
1 parent e1eb808 commit d27fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

# Takes care of ghc and cabal. See https://github.com/haskell/actions.
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
with:
Expand Down

0 comments on commit d27fb23

Please sign in to comment.