diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e31d688..a1f94d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: ghc: ['latest', '9.0.1', '8.10.7', '8.8.4'] steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2.3.5 + - uses: haskell/actions/setup@v2.4.7 id: setup-haskell-cabal with: ghc-version: ${{ matrix.ghc }}