From 0531123168a6f1ab1f59add28b41664c8450f5f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:50:14 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .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 0019a4a3..a4edf3c2 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') }}