diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a75f8307..13f0af6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: # Cache build during CI: https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching#github-actions - name: Cache Next build - uses: actions/cache@v4 + uses: actions/cache@v5 with: # See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node path: |