From a626e4a0d955f6af0bbf4e24a8d6d82b8cd72a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 13:36:40 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to caa2961 --- .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 c8c6f059..264fadaf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: yarn --version - name: Cache dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: .yarn/cache key: yarn-cache-${{ hashFiles('yarn.lock') }}