diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96d3a2a..26b7c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Freeze # Generates the `cabal.project.freeze` file. run: cabal freeze - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 name: Cache ~/.cabal/store and ./dist-newstyle # TODO(2021-10-23): Do we really want the hash in the key? # With nix-style builds it shouldn't be necessary (afaict),