Update the workflow actions - #16
Merged
Merged
Conversation
Every action was a major version or more behind, and the release run warned that four of them target Node 20, which is deprecated and being forced onto Node 24. checkout 4 to 7, setup-node 4 to 7, upload-artifact 4 to 7, setup-java 4 to 6, setup-gradle 4 to 6, configure-pages 5 to 6, upload-pages-artifact 3 to 5, deploy-pages 4 to 5. Each is pinned to the current latest major rather than to the lowest version that clears the warning, so the same deprecation does not come round again next quarter.
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.
The release run warned that four actions target Node 20, which is deprecated
and being forced onto Node 24, and that
setup-java@v4no longer receivesupdates.
Every action in the three workflows was a major version or more behind:
Each is pinned to the current latest major rather than to the lowest version
that clears the warning, so the same deprecation does not come round again in a
few months.
These are major version bumps, so the CI run on this pull request is the actual
evidence they work — particularly
upload-artifact, which broke compatibilitybetween majors before.