diff --git a/src/run.ts b/src/run.ts index b5669be..36b17d4 100644 --- a/src/run.ts +++ b/src/run.ts @@ -10,7 +10,7 @@ import * as toolCache from '@actions/tool-cache' import * as core from '@actions/core' const helmToolName = 'helm' -const stableHelmVersion = 'v3.13.3' +const stableHelmVersion = 'v3.18.3' export async function run() { let version = core.getInput('version', {required: true})