Skip to content

Commit

Permalink
Merge pull request #256 from vaibhavsagar/use-haskell-actions
Browse files Browse the repository at this point in the history
Use 'haskell-actions'  instead of 'haskell/actions'
  • Loading branch information
gelisam authored Oct 31, 2024
2 parents cd88e9a + 5eac8ef commit 750d792
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 @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
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 @@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v2
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:
enable-stack: true
Expand Down

0 comments on commit 750d792

Please sign in to comment.