From 2e0ab7c60ad2811f54ad5ba63afccb2970d76f0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:55:54 +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 77a9088..0569cbc 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') }}