diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-01-25 18:43:25 +0800 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-01-25 18:43:25 +0800 |
| commit | 8a85dbc66fdb72a31ce700bee027ab01415ff8d3 (patch) | |
| tree | 07688a16805cd6e06fcb51cbd7c842b7c2833220 /.github/workflows/build-all-versions.yml | |
| parent | 1a466c14c8c042763b25912c74663768314b6f6f (diff) | |
Update Github actions to latest haskell-setup
Diffstat (limited to '.github/workflows/build-all-versions.yml')
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index df71f0ac0..43f2cc9f4 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -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: |
