Skip to content

Commit

Permalink
Change haskell/actions/setup to haskell-actions/setup (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke authored Jan 12, 2024
1 parent 93c5aef commit 5815083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-haskell/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
steps:
- id: setup-haskell
name: Setup Haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ inputs.ghc-version }}
cabal-version: ${{ inputs.cabal-version }}
Expand Down

0 comments on commit 5815083

Please sign in to comment.