Skip to content

Commit

Permalink
Use haskell-actions/setup, not the deprecated haskell/actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Feb 8, 2024
1 parent 05f5ac2 commit dca0a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
submodules: true

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

0 comments on commit dca0a5c

Please sign in to comment.