From 4028b8d9f9ad50b49f03b5e4e51d24ef3cadb593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:59:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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..7fcc53e 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@v6 with: path: | ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}