Update GitHub Actions CI packages and command#510
Update GitHub Actions CI packages and command#510austinvazquez wants to merge 1 commit intoopencontainers:mainfrom
Conversation
This change updates GitHub Actions packages actions/checkout to v4, actions/setup-go to v5, and actions/upload-artifacts to v4 to resolve NodeJS 16 deprecation warnings. It also updates GitHub Actions set-output command which is also deprecated. Signed-off-by: Austin Vazquez <macedonv@amazon.com>
|
Need to verify changes to release workflow. Will try to have an update by 2/13. |
|
Hi, this needs to be merged soon, the |
|
I don't believe it will be possible to fix |
This is probably a compelling argument for adjusting the action to take version as a parameter and pointing users at HEAD instead of a tag. 🤔 |
I could see moving the conformance tests to a separate repo that is versioned independently (with the spec version being passed as a parameter as you suggest). That would allow development of the conformance tests, without the risk of breaking end users on every merge. Potentially that could be done with That's a bigger change than I'm ready to bite off right now. I'll start with passing the spec version to a redesign of the conformance tests that I'm working on. |
|
This should be closed, superseded by #560 |
Issue
N/A
Description
This change updates GitHub Actions packages actions/checkout to v4, actions/setup-go to v5, and actions/upload-artifacts to v4 to resolve NodeJS 16 deprecation warnings. It also updates GitHub Actions set-output command which is also deprecated.
Testing
CI passes without deprecation warnings
Additional references