actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.59k stars 5.08k forks source link

Update all Pages workflows to use `actions/configure-pages@v5` #2360

Closed JamesMGreene closed 3 months ago

JamesMGreene commented 3 months ago

Background

Most notably, the use of actions/configure-pages@v5 advances our support for the Next.js static site generator from <14.0.0 to >=v13.3.0 (see Next.js version history for a pretty clear explanation).

Pre-requisites


Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.


Tasks

For all workflows, the workflow:

For CI workflows, the workflow:

For Code Scanning workflows, the workflow:

Some general notes: