From 1857ceaf43c0646a6fca6b4c8659dae2df20d9e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:01:44 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index a5bd4dd..1ab0d72 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -40,7 +40,7 @@ jobs: run: | cabal v2-update cabal v2-freeze $CONFIG - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ${{ steps.setup-haskell-cabal.outputs.cabal-store }}