From 9e95ce6113ccc85639726c7727ac20c098bda88e Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Fri, 20 Jun 2025 11:39:58 +0200 Subject: [PATCH] Update default helm version to 3.18.3 --- src/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})