Node.js 12 actions are currently being deprecated on GitHub Actions.
If you're using
chrisdickinson/setup-yq
you're
probably encountering the following warning:
Node.js 12 actions are deprecated.
Please update the following actions to use Node.js 16: chrisdickinson/setup-yq@latest.
Since this project has not been updated to use Node 16, in order to fix do the following:
- remove usage of
chrisdickinson/setup-yq@latest
, it's no longer needed asyq
is now part ofubuntu-latest
- (if needed) update usage of command
yq
because it works in a different way on v4 (action uses v3)