From fd4ae34c4bafc52de3af2e2fb21b2532c4566ac7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:30:30 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .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 91c37d2..25cb04e 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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8" # v3.3.1 + uses: "actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2" # v4.0.0 id: "restore-build-cache" env: cache-name: "cache-next-build"