From a495a0c717b0091c3c4e5d01b5d7805274eae4a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:08:56 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 093256f8f..7f84750d5 100755 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache Node.js modules and Next.js build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.npm @@ -117,7 +117,7 @@ jobs: with: node-version: 24.x - name: Cache Node.js modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-setup-e2e-${{ hashFiles('**/package-lock.json') }} @@ -247,7 +247,7 @@ jobs: node-version: 24.x - name: Cache Node.js modules and Cypress binary - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.npm