Skip to content

Commit

Permalink
Use haskell-actions/setup
Browse files Browse the repository at this point in the history
haskell/actions/setup was deprecated and suggests using haskell-actions/setup.
  • Loading branch information
gromakovsky committed Jan 20, 2025
1 parent 35ff1d1 commit 1e85946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
with:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v4
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 1e85946

Please sign in to comment.