From 299ed2c18ed2a8bb89875e3cc0008de874382439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:39:57 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/build-and-test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-and-deploy.yml b/.github/workflows/build-and-test-and-deploy.yml index a93f17c..629086c 100644 --- a/.github/workflows/build-and-test-and-deploy.yml +++ b/.github/workflows/build-and-test-and-deploy.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Node dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}