From 82d374b338496e078b0bce639f5ec8a47bc20bde Mon Sep 17 00:00:00 2001 From: "bellroy-renovate-bot[bot]" <275849945+bellroy-renovate-bot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:45:15 +0000 Subject: [PATCH] [GENERATED] auto compile cabal --- .github/workflows/haskell-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index d21999a..6b8624e 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -123,7 +123,7 @@ jobs: $CABAL v2-update -v - name: restore cache (~/.haskell-ci-tools) - uses: actions/cache@v6 + uses: actions/cache@v6.1.0 with: key: ${{ runner.os }}-${{ matrix.ghc }}-tools-ac1dc7e1 path: ~/.haskell-ci-tools @@ -187,7 +187,7 @@ jobs: cabal-plan - name: restore cache (~/.cabal/store) - uses: actions/cache@v6 + uses: actions/cache@v6.1.0 with: key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal') }} path: ~/.cabal/store