opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
780 stars 201 forks source link

Update GitHub Actions CI packages and command #510

Open austinvazquez opened 4 months ago

austinvazquez commented 4 months ago

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

austinvazquez commented 4 months ago

Need to verify changes to release workflow. Will try to have an update by 2/13.