diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d83ef13..7376682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: cabal configure --enable-tests - name: Freeze build run: cabal freeze - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ${{ steps.setup-haskell.outputs.cabal-store }} key: cabal-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}