build(deps): bump haskell/actions from 1 to 2

Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v1...v2)
This commit is contained in:
dependabot[bot] 2022-11-27 17:18:18 +00:00 committed by Tomas Janousek
parent 5aa70bd88a
commit a19ffb0404

View File

@ -15,7 +15,7 @@ jobs:
- name: Clone project
uses: actions/checkout@v3
- name: Setup Haskell
uses: haskell/actions/setup@v1
uses: haskell/actions/setup@v2
with:
# packdeps doesn't build with newer as of 2021-10
ghc-version: '8.8'