It looks like there are three actions: Build, Test, and Release
Reading the link from the warnings, it looks like they are now forced to run under Node 16. So we might as well update the configuration and remove the warnings.
Acceptance Criteria
[ ] The GH actions running on Tachyon run without warnings
All the Docker actions run for this repo are giving warnings because Node 12 is out of date:
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3, docker/setup-qemu-action@v1, docker/setup-buildx-action@v1, docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
It looks like there are three actions: Build, Test, and Release
Reading the link from the warnings, it looks like they are now forced to run under Node 16. So we might as well update the configuration and remove the warnings.
Acceptance Criteria
[ ] The GH actions running on Tachyon run without warnings
For Altis Team Use
Ready for Work Checklist
Is this ticket ready to be worked on? See the Play Book Definition of Ready
Completion Checklist
Is this ticket done? See the Play Book Definition of Done
backport
labels been added to the PR?