Skip to content

Commit

Permalink
Switch from haskell/actions/setup to haskell-actions/setup
Browse files Browse the repository at this point in the history
Fixes #1598.
  • Loading branch information
RyanGlScott committed Jan 4, 2024
1 parent d23add7 commit 3e176ce
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 @@ -100,7 +100,7 @@ jobs:
with:
poetry-version: 1.4.2

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc-version }}
Expand Down

0 comments on commit 3e176ce

Please sign in to comment.