From 40c0c6a72465f41831706a0f9e8c9b7fdcaccbe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:54:22 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 0057852 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e38618142ec..15098efdac7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }}