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