mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-14 13:56:50 +00:00
Migrate to ESM with esbuild, vitest and upgrade @actions/* to ESM-only versions
This commit is contained in:
parent
50eb4152fb
commit
d9c36a4e16
9 changed files with 1523 additions and 7246 deletions
|
|
@ -42,7 +42,7 @@ export async function getLatestPatchVersion(
|
|||
}
|
||||
return latestPatch
|
||||
} catch (error) {
|
||||
core.debug(error)
|
||||
core.debug(String(error))
|
||||
core.warning('GetLatestPatchVersionFailed')
|
||||
throw new Error(`Failed to get latest patch version for ${version}`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue