From a4fbe035d00b4f6799c567881df22f8def22d2a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:30:46 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 43cdbfaf..0bd5c751 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -21,7 +21,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Node.js modules 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/on-push-master.yml b/.github/workflows/on-push-master.yml index 2502a3f8..54af7d5d 100644 --- a/.github/workflows/on-push-master.yml +++ b/.github/workflows/on-push-master.yml @@ -24,7 +24,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Node.js modules 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}