From 1becccbdbfeb2e32d824b17a2d0e9d567a050a56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:51:40 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 [skip ci] --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 76c0a973..e03828e4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: "12.16.2" - - uses: actions/cache@v2 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: "12.16.2" - - uses: actions/cache@v2 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}