X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;fp=.github%2Fworkflows%2Fhaskell.yml;h=2fb86aa0d3bce37b3aac1f3e4395dd017edf21c3;hb=f89cfd8c1b3fe2b9e0805b564216ab3a5eda1b82;hp=eca0a181afdef2892812f570bbfb8df949716d20;hpb=4d107b7623ae621525f2efe19ee20cfc40c086c4;p=lsp-test.git 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'