From 515b2e868371ba85cce232d8e68a2ffae99b682e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:48:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29849607..3c5fab9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v5 id: cache-nodemodules with: path: node_modules @@ -57,7 +57,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v5 id: cache-nodemodules with: path: node_modules @@ -88,7 +88,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v5 id: cache-nodemodules with: path: node_modules