diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a89d06..9bb684f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: cabal-version: ${{ matrix.cabal }} - run: cabal update - run: cabal freeze - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: | ${{ steps.setup-haskell-cabal.outputs.cabal-store }}