From 76d2b2eeca67f2929ee1b83b919d2c88e8fa8c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:35:42 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a87029..73b274e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: enable-stack: true stack-version: "2.5.1" - name: Restore caches - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: | ${{steps.haskell-setup.outputs.stack-path}} @@ -34,7 +34,7 @@ jobs: with: node-version: 12.x - name: Restore caches - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: | ~/.npm