From e7e172240f1f065d374dfff0673cd0ac4967c4ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:51:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/actions/restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/restore/action.yml b/.github/actions/restore/action.yml index 126e9d5e..62cd1159 100644 --- a/.github/actions/restore/action.yml +++ b/.github/actions/restore/action.yml @@ -21,7 +21,7 @@ runs: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ env.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}