From 1c061dcb1c1fdbe77b9c2e07c2b35896b376e159 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:44:03 +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