Update stableVersionUrl to dl.k8s.io (#190)

This commit is contained in:
Chitoku 2025-09-08 23:00:19 +09:00 committed by GitHub
parent b011c9c1e8
commit 42b5b7bc56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -12,8 +12,7 @@ import {
const kubectlToolName = 'kubectl'
const stableKubectlVersion = 'v1.15.0'
const stableVersionUrl =
'https://storage.googleapis.com/kubernetes-release/release/stable.txt'
const stableVersionUrl = 'https://dl.k8s.io/release/stable.txt'
export async function run() {
let version = core.getInput('version', {required: true})