From 54133a95fb1058dbb19aee711b0e99c5207e518d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:34:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.2 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 079b33d3..2aba01ed 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: # Persisting Next.js' cache across builds - name: Use Next.js cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ github.workspace }}/.next/cache # Generate a new cache whenever packages or source files change.