From 3f8bc73b99a03a10d9dc11f92699ad426aca0522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:13:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#592) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0019a4a..a4edf3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Cache npm dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.node-cache-dir.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}