From a42907253f65edb35d56c9568b93197d4a3d553c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 12:41:13 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/code-style.yaml | 2 +- .github/workflows/test-and-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index 8f6908c0..68de7d1c 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -22,7 +22,7 @@ jobs: node-version: "16.x" - name: Keep npm cache around to speed up installs - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 186cb2c1..924a04ca 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -22,7 +22,7 @@ jobs: node-version: "16.x" - name: Keep npm cache around to speed up installs - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}