diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 999e97f..19d4788 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.3 + - uses: actions/cache@v4.2.4 with: path: | ${{ steps.setup-haskell-cabal.outputs.cabal-store }}