Pin test-summary action to v2.2 to avoid the Node 20 requirement until RAPIDS drops CentOS 7 support. #178
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
test-summary
GitHub Action was updated to require Node 20, which doesn't work with CentOS 7. (Version 2.3, released 6 hours ago)https://github.com/test-summary/action/releases/tag/v2.3
We'll have to pin to
test-summary/[email protected]
in shared-workflows so that they remain compatible with CentOS 7.Generally, most GitHub Actions are moving to require Node 20, and we're unable to support that on CentOS 7 runners. We'll be dropping CentOS 7 support in RAPIDS 24.06, but we'll have to pin GitHub Actions to compatible (Node 16) versions until then. https://docs.rapids.ai/notices/rsn0037/