diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index eea2d86..93bd354 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -28,7 +28,7 @@ jobs: cache: npm - name: Restore Next.js build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('package-lock.json') }}