From 0bbf9f7853ca888d088236b2f30ade53c56f85d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:38:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.0 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1204d2a7..85ab66ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: node-version-file: .tool-versions cache: pnpm - name: Restore cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: | .next/cache