From f18cbb62df921df32ea0335915afbbfb6c445933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:58:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73fbf294..62103e2c 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@v6 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@v6 id: cache-nodemodules with: path: node_modules @@ -86,7 +86,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 id: cache-nodemodules with: path: node_modules @@ -126,7 +126,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 id: cache-nodemodules with: path: node_modules