From f9dd1b403a15000ca80d432460b4f24290cb4295 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 20:42:17 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 8b402f5 --- .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 97a17b55..2819fe19 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: ${{ env.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}