name: 'Kubectl tool installer' description: 'Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like "v1.15.0"' inputs: version: description: 'Version of kubectl' required: false default: 'latest' version-file: description: 'Path to a .tool-versions (asdf/mise) file to read the kubectl version from. Takes precedence over the version input.' required: false outputs: kubectl-path: description: 'Path to the cached kubectl binary' branding: color: 'blue' runs: using: 'node24' main: 'lib/index.js'