Update Frequently referenced github actions to use node20 #2649
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.
This PR updates the two most frequently referenced github action job references to use the node20 upgrade in each of the job definitions. For actions/checkout and actions/setup-java the default runtime for node will now use node20, rather then node16
What was the problem?
When ever a github action used the checkout@v3 or setup-java@v3 job references, it would result in a warning about node 16 being deprecated.
How does this fix it?1
By upgrading to use checkout@v4 and setup-java@v4 we'll be upgrading the actions to use node20 and we'll no longer have so many node 16 deprecation warnings.
How to test this PR
Footnotes
Pull-Requests guidelines. If PR is significant, update Current Software State wiki page. ↩