From 4cf018ce25c202884b43bd9e26ae901876891120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:47:14 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index d3dbedde..96fed201 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -43,7 +43,7 @@ jobs: node-version: "18.x" cache: 'pnpm' - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .next/cache