diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3395199..f413462 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: | cabal freeze - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}