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') }}