From f715f568afc9a7a8e4d2d4f14ec7f66b9339b8eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:29:30 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 8b402f5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfb5d23..c7d7bfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: node-version: 24 - name: Cache dependencies id: cache-depends - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: '**/node_modules' key: depends-${{ hashFiles('yarn.lock') }}