From 86a156a45d2c7fb97e543f6da12e42d25f2aa167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 22:45:56 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.3 --- .github/workflows/bundle-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-analysis.yml b/.github/workflows/bundle-analysis.yml index e8b0c4c..30b43ff 100644 --- a/.github/workflows/bundle-analysis.yml +++ b/.github/workflows/bundle-analysis.yml @@ -82,7 +82,7 @@ jobs: SKIP_CHECK: "true" - name: "Restore Next.js Build" - uses: "actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84" # v3.3.2 + uses: "actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c" # v3.3.3 id: "restore-build-cache" env: cache-name: "cache-next-build"