From b05b4712b16f7c1f8161262ffa43dafe21d994a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:50:35 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e2bade2..a47c8a6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: with: node-version: 15 registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.2.0 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm