Skip to content

Commit

Permalink
chore(deps): update actions/configure-pages action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent bb38a98 commit 6ac54f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: 'yarn'

- 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).
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache: 'yarn'

- 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).
Expand Down

0 comments on commit 6ac54f8

Please sign in to comment.