Compare commits

...

2 Commits

Author SHA1 Message Date
Aparna Jyothi
3baf0d146a doc update 2025-09-08 18:34:41 +05:30
Aparna Jyothi
734d577872 doc update 2025-09-08 16:02:57 +05:30

View File

@@ -20,10 +20,10 @@ This action allows you to work with Java and Scala projects.
## Breaking changes in V5
- Upgrade to node 24 in [#888](https://github.com/actions/setup-java/pull/888)
> Make sure your runner is updated to this version or newer to use this release. v2.327.1 [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
- Upgraded action from node20 to node24
> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
For more detailed release notes with documntation updates and dependency upgrades, please track [release notes](https://github.com/actions/setup-java/releases/tag/v5.0.0)
For more details, see the full release notes on the [releases page](https://github.com/actions/setup-java/releases/tag/v5.0.0)
## V2 vs V1