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

Rebuild `dist` directory #37

Closed msg-freiheit closed 1 year ago

msg-freiheit commented 1 year ago

Created by running npm install && npm run build && npm run format && npm run lint && npm run pack on the current master of the repository. This should get rid of the deprecation warnings from https://github.com/yokawasa/action-setup-kube-tools/issues/36.

yokawasa commented 1 year ago

@msg-freiheit I confirmed that there were no longer warnings in test actions run https://github.com/yokawasa/action-setup-kube-tools/actions/runs/3345579285/jobs/5549052691 Thank you for the contribution!