10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-05 14:26:57 +00:00

ci(workflows): update helm version to v3.18.4 and add matrix for tests (#207)

This commit is contained in:
Suneha Bose 2025-08-12 12:18:06 -07:00 committed by GitHub
parent fb8fa40706
commit 5e7287287e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 39 additions and 21 deletions

View file

@ -10,7 +10,7 @@ import * as toolCache from '@actions/tool-cache'
import * as core from '@actions/core'
const helmToolName = 'helm'
export const stableHelmVersion = 'v3.18.3'
export const stableHelmVersion = 'v3.18.4'
export async function run() {
let version = core.getInput('version', {required: true})