From 37c860feaeec12df82a24a3da4070e7fb0ebaa95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:40:19 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .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 9b1cc5b..5624e78 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | dist