Skip to content

Commit

Permalink
Switch to the non-deprecated fork of the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Mar 26, 2022
1 parent 8ebf049 commit 0f2a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
- name: Cache
Expand Down

0 comments on commit 0f2a452

Please sign in to comment.