Merge pull request #25 from jmhbnz/dependabot/github_actions/actions/configure-pages-5
Bump actions/configure-pages from 4 to 5
This commit is contained in:
2
.github/workflows/nextjs.yml
vendored
2
.github/workflows/nextjs.yml
vendored
@ -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).
|
||||
|
||||
Reference in New Issue
Block a user