diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 40e1de0..e9c7460 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -32,7 +32,7 @@ jobs: node-version: "20" cache: "npm" - name: Setup pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 with: # Automatically inject basePath in your Next.js configuration file and disable # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).