diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 545be8f..e5d1ad6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: cache: "pnpm" - name: Cache Next.js build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .next/cache