Skip to content

Commit

Permalink
GitHub Actions: use haskell-actions/setup@v2 instead of haskell/actio…
Browse files Browse the repository at this point in the history
…ns/setup@v1
  • Loading branch information
msakai committed Mar 13, 2024
1 parent e0f2d16 commit 77893ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2

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

0 comments on commit 77893ab

Please sign in to comment.