mirror of
https://github.com/actions/setup-java.git
synced 2026-08-05 12:59:28 +08:00
Document deprecation of legacy action versions (#1198)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 62a37470-ba42-40e1-8fb4-f644cf05da02
This commit is contained in:
@@ -68,7 +68,12 @@ steps:
|
||||
|
||||
- Upgraded the action runtime from Node 20 to Node 24.
|
||||
- Requires runner version `v2.327.1` or later. See the [runner release notes](https://github.com/actions/runner/releases/tag/v2.327.1).
|
||||
- See the full [v5.0.0 release notes](https://github.com/actions/setup-java/releases/tag/v5.0.0).
|
||||
- See the [complete V5 release history](https://github.com/actions/setup-java/releases?q=v5&expanded=true) for enhancements and fixes across all V5 releases.
|
||||
|
||||
### Older versions
|
||||
|
||||
> [!WARNING]
|
||||
> `actions/setup-java` versions `v1` through `v4` are deprecated. Upgrade workflows to `actions/setup-java@v5`, the latest stable release.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user