diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index d3dbedde..96fed201 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -43,7 +43,7 @@ jobs: node-version: "18.x" cache: 'pnpm' - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .next/cache