From 5b2589f4dbc8895929a25279c685d01165713eba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:42:58 +0000 Subject: [PATCH] Update actions/cache action to v3.0.6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 854b7c0..a0f55b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - name: Cache NPM - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: node-${{ hashFiles('**/package-lock.json') }} @@ -47,7 +47,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - name: Cache NPM - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: node-${{ hashFiles('**/package-lock.json') }}