From f698cd06fab73b2c7a3f353c6311cab5e3146aa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:24:37 +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 27da4089..6359ff9b 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 e076ca78..b7530898 100644 --- a/.github/workflows/on-push-master.yml +++ b/.github/workflows/on-push-master.yml @@ -23,7 +23,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') }}