Update Github actions to latest haskell-setup

This commit is contained in:
Inari Listenmaa
2021-01-25 18:43:25 +08:00
parent 1a466c14c8
commit 8a85dbc66f

View File

@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: actions/setup-haskell@v1.1.1
- uses: actions/setup-haskell@v1.1.4
id: setup-haskell-cabal
name: Setup Haskell
with: