From c462b548b240fdff23322d6e63fae4ecec2f604b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:56:09 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/node-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 375bf4d..5f3ff81 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -20,7 +20,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache Node.js modules - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.OS }}-node-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}