Skip to content

Commit

Permalink
ci: haskell/actions -> haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 31, 2024
1 parent d37a77d commit ba5ebd8
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 @@ -24,7 +24,7 @@ jobs:
# steps:
# - uses: actions/checkout@v3

# - uses: haskell/actions/setup@v2
# - uses: haskell-actions/setup@v2
# id: setup-haskell-cabal
# name: Setup Haskell
# with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
name: Setup Haskell Stack
with:
enable-stack: true
Expand Down

0 comments on commit ba5ebd8

Please sign in to comment.