Skip to content

Commit

Permalink
GitHub Actions: use haskell/actions/setup@v1 instead of actions/setup…
Browse files Browse the repository at this point in the history
…-haskell@v1.1.4
  • Loading branch information
msakai committed Jan 6, 2021
1 parent d216f71 commit 6eea49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v2

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

0 comments on commit 6eea49d

Please sign in to comment.