Skip to content

Commit dd7dc10

Browse files
authored
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
1 parent 7c6f629 commit dd7dc10

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ steps:
6868

6969
- Upgraded the action runtime from Node 20 to Node 24.
7070
- Requires runner version `v2.327.1` or later. See the [runner release notes](https://github.com/actions/runner/releases/tag/v2.327.1).
71-
- See the full [v5.0.0 release notes](https://github.com/actions/setup-java/releases/tag/v5.0.0).
71+
- 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.
72+
73+
### Older versions
74+
75+
> [!WARNING]
76+
> `actions/setup-java` versions `v1` through `v4` are deprecated. Upgrade workflows to `actions/setup-java@v5`, the latest stable release.
7277

7378
## Usage
7479

0 commit comments

Comments
 (0)