diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 079b33d3..2aba01ed 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,7 @@ jobs: # Persisting Next.js' cache across builds - name: Use Next.js cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ github.workspace }}/.next/cache # Generate a new cache whenever packages or source files change.