From ec4ae57100a6a6cbbb6d3f7fe00e91959e8f2698 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:17:17 -0400 Subject: [PATCH] chore(workflows): update actions/cache digest to 0c45773 (#1165) --- .github/workflows/nextjs_bundle_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 48e70f3e26..8cd9ddc574 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -54,7 +54,7 @@ jobs: run: pnpm install - name: Restore next build - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 id: restore-build-cache env: cache-name: cache-next-build