yokawasa / action-setup-kube-tools

Github Action that setup Kubernetes tools (kubectl, kustomize, helm, kubeconform, conftest, yq, rancher, tilt, skaffold) very fast and cache them on the runner. Please [✩Star] if you're using it!
MIT License
75 stars 22 forks source link

Upgrade to Node 16 and upgrade GitHub libs #31

Closed yhrn closed 1 year ago

yhrn commented 1 year ago

See #30

Upgrading Node will get rid of the warnings user of this action sees about this topic.

Similarly, upgrading the GitHub library dependencies gets rid of a bunch of warnings related to the old, deprecated set-output implementation.