From 085e2962372aff6876b2dd15039db9c287eb91ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:56:00 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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..d4b68b3 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@v5 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}