From dc767f61632476badb11a9ce50e93e9e8008693b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 07:54:37 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 02f1e275..bbbc8e72 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: run_install: false - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | **/node_modules