From 0ab0e7a2748c4cdb7742fb1815aab452f91175d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:33:14 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/gh-page.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-page.yml b/.github/workflows/gh-page.yml index 548f3cf..4d4ecea 100644 --- a/.github/workflows/gh-page.yml +++ b/.github/workflows/gh-page.yml @@ -20,7 +20,7 @@ jobs: node-version: 16 - name: Use cached node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: nodeModules-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d08ca7..34d863c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Use cached node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: nodeModules-${{ hashFiles('**/package-lock.json') }}