From b09a54e8ee305fb7bafa769363acb0f4a0ac1c66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:47:22 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to cdf6c1f --- .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 c7d7bfe..2978081 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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: '**/node_modules' key: depends-${{ hashFiles('yarn.lock') }}