Skip to content

Commit

Permalink
ci: Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Jan 30, 2024
1 parent 6352563 commit b2698be
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 @@ -13,7 +13,7 @@ jobs:
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
- name: Cache
Expand Down

0 comments on commit b2698be

Please sign in to comment.