feat: v8 (#4260)
This commit is contained in:
parent
41c0e4b789
commit
98357b18bf
11 changed files with 171 additions and 221 deletions
|
|
@ -1,3 +1,14 @@
|
|||
## Updating from `v7` to `v8`
|
||||
|
||||
### Behaviour changes
|
||||
|
||||
- If using self-hosted runners or GitHub Enterprise Server, there are minimum requirements for `v8` to run. See "What's new" below for details.
|
||||
|
||||
### What's new
|
||||
|
||||
- Updated runtime to Node.js 24
|
||||
- The action now requires a minimum version of [v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) for the Actions runner. Update self-hosted runners to v2.327.1 or later to ensure compatibility.
|
||||
|
||||
## Updating from `v6` to `v7`
|
||||
|
||||
### Behaviour changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue