From 94110d8c3b3702c11a6cbf901dc7fc9bc6b020df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:31:41 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/client-next-js-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-next-js-build.yml b/.github/workflows/client-next-js-build.yml index 85ca466..7635b89 100644 --- a/.github/workflows/client-next-js-build.yml +++ b/.github/workflows/client-next-js-build.yml @@ -21,7 +21,7 @@ jobs: with: node-version: ${{ inputs.node_version }} - uses: ShapeGames/npm-install@v1.8.34 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}