From 734d577872b477dc006ea8de488bf648713e6bcf Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Mon, 8 Sep 2025 16:02:57 +0530 Subject: [PATCH] doc update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fb9e860..f3a55244 100644 --- a/README.md +++ b/README.md @@ -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 detailed release notes, see the full release notes on the [releases page](https://github.com/actions/setup-java/releases/tag/v5.0.0) ## V2 vs V1