mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +00:00
Update default helm version to 3.18.3
This commit is contained in:
parent
df342a2656
commit
9e95ce6113
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import * as toolCache from '@actions/tool-cache'
|
||||||
import * as core from '@actions/core'
|
import * as core from '@actions/core'
|
||||||
|
|
||||||
const helmToolName = 'helm'
|
const helmToolName = 'helm'
|
||||||
const stableHelmVersion = 'v3.13.3'
|
const stableHelmVersion = 'v3.18.3'
|
||||||
|
|
||||||
export async function run() {
|
export async function run() {
|
||||||
let version = core.getInput('version', {required: true})
|
let version = core.getInput('version', {required: true})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue