From 72498e8bff71b7818f155ad8ab1f287d7e701cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 06:35:28 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.8 --- .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 134b3bd..df1191f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,7 +26,7 @@ jobs: with: node-version: 15 registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v2.1.8 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm