diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7e10b53c..2da594ed 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -55,7 +55,7 @@ jobs: cache: pnpm - name: cache Next.js build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: apps/readest-app/.next/cache key: nextjs-${{ matrix.config.platform }}-${{ github.sha }}-${{ hashFiles('pnpm-lock.yaml') }}