diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-01-25 18:48:46 +0800 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-01-25 18:48:46 +0800 |
| commit | c6ff3e0c5ebd9bfcda05dd1199478837f09fb7e7 (patch) | |
| tree | 5c2a82684a6dd511a89250026e7fe35db5966b1a | |
| parent | 8a85dbc66fdb72a31ce700bee027ab01415ff8d3 (diff) | |
Update also the stack setup
| -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 43f2cc9f4..46bd05b23 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -73,7 +73,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 + - uses: actions/setup-haskell@v1.1.4 name: Setup Haskell Stack with: # ghc-version: ${{ matrix.ghc }} |
