From 0160238d1dd24add46b3141400e691c84627aecf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:33:04 +0000 Subject: [PATCH] chore(deps): 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 7b479ca..aaa83f6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: node-version: '18' - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | **/node_modules