From 2fc11a99d6823c8f3d2cedd70a8aebdf91dec060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 08:48:39 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17bcf77..efc3647 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: node-version: 18.x - name: Use cached node_modules - uses: actions/cache@v3.0.2 + uses: actions/cache@v4.0.2 with: path: node_modules key: nodeModules-${{ hashFiles('**/package-lock.json') }}