From 84e258dc1ef14ab33eb5809295ac653e5ab306f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:44:02 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/actions/node-pnpm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/node-pnpm/action.yml b/.github/actions/node-pnpm/action.yml index ed74a2e..522747a 100644 --- a/.github/actions/node-pnpm/action.yml +++ b/.github/actions/node-pnpm/action.yml @@ -30,7 +30,7 @@ runs: echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Cache .pnpm-store - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}