From ed5c55b21aa3cfe0e84496e61db64eb4c7313cb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:35:34 +0000 Subject: [PATCH] chore(deps): 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 c97e100..beb810a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: node-version: 12.x - name: Use cached node_modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}