Skip to content

Commit

Permalink
ci: Replace deprecated haskell/actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Sep 17, 2023
1 parent bb895d8 commit c264e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Clone project
uses: actions/checkout@v4
- name: Setup Haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
# packdeps doesn't build with newer as of 2021-10
ghc-version: '8.8'
Expand Down

0 comments on commit c264e4c

Please sign in to comment.