5
0
mirror of https://gitea.com/actions/setup-java.git synced 2026-08-05 02:31:18 +00: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:
Bruno Borges
2026-08-04 14:06:02 -04:00
committed by GitHub
parent 7c6f629e2f
commit dd7dc10522
+6 -1
View File
@@ -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