GA(deps): Bump actions/setup-haskell from v1.1.3 to v1.1.4 (#207)

Bumps [actions/setup-haskell](https://github.com/actions/setup-haskell) from v1.1.3 to v1.1.4.
- [Release notes](https://github.com/actions/setup-haskell/releases)
- [Commits](https://github.com/actions/setup-haskell/compare/v1.1.3...048c29979717135f04282c42c2186bb5945b2d8f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-21 14:40:07 +00:00 committed by GitHub
parent c1d6cf8198
commit 2f0066db1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/main'
- name: Setup Haskell
uses: actions/setup-haskell@v1.1.3
uses: actions/setup-haskell@v1.1.4
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}

View File

@ -55,7 +55,7 @@ jobs:
tagRegexGroup: 1
- name: Setup Haskell
uses: actions/setup-haskell@v1.1.3
uses: actions/setup-haskell@v1.1.4
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}