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"
|
node-version: "20"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- name: Setup pages
|
- name: Setup pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v5
|
||||||
with:
|
with:
|
||||||
# Automatically inject basePath in your Next.js configuration file and disable
|
# Automatically inject basePath in your Next.js configuration file and disable
|
||||||
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
|
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
|
||||||
|
|||||||
Reference in New Issue
Block a user