From bb6973a679cad6ad279e740b577549b47907983b Mon Sep 17 00:00:00 2001 From: Niklas Gruhn Date: Sat, 11 Mar 2023 01:24:48 +0100 Subject: [PATCH] Update haskell.yml --- .github/workflows/haskell.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 076e32f..c0ae37e 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-haskell@v1 + - uses: haskell/actions/setup@v2 with: - ghc-version: '8.10.3' - cabal-version: '3.2' + ghc-version: '8.10.7' + cabal-version: '3.6.2' - name: Cache uses: actions/cache@v3