ci: Bump workflow actions, drop submodules flag, version 2.0.0-beta.1#17
Merged
Conversation
Follow-up to #6 covering the remaining checkboxes from the modernisation: - actions/checkout v3 → v6, setup-node v3 → v6, setup-java v3 → v5 across Build / PublishMaven / PublishNPM. - Drop `submodules: recursive` from Build.yml — repo has no submodules. - Align both halves on `2.0.0-beta.1` (npm-style semver pre-release) rather than the Maven-style `2.0.0-SNAPSHOT` from #8, matching the outline-parser bump.
nawforce
approved these changes
May 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #6 covering the remaining items from the modernisation checklist plus a version-string alignment.
Summary
actions/checkoutv3 → v6,actions/setup-nodev3 → v6,actions/setup-javav3 → v5 acrossBuild.yml,PublishMaven.yml,PublishNPM.yml.submodules: recursivefromBuild.yml— repo has no submodules.2.0.0-beta.1innpm/package.json,jvm/pom.xml, and the regeneratednpm/package-lock.json. Aligns with the matching outline-parser bump and uses npm-friendly semver pre-release syntax (the2.0.0-SNAPSHOTfrom build!: Modernise build to ANTLR 4.13.2 / antlr4 runtime; bump to 2.0.0-SNAPSHOT #8 was Maven-style and not valid fornpm publish).Test plan
rm -rf npm/{dist,src/antlr} jvm/target && npm run init && npm run build— greennpm test --prefix npm— 2/2 passingRefs #6.