From: Luke Lau Date: Thu, 26 Nov 2020 14:46:01 +0000 (+0000) Subject: Update setup-haskell X-Git-Tag: 0.12.0.0~2 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=cc3d77ce1799a817574ec7fb8e45cebc69194f31 Update setup-haskell --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index eca0a18..2fb86aa 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1.1.1 + - uses: actions/setup-haskell@v1.1.4 with: ghc-version: ${{ matrix.ghc }} cabal-version: '3.2'