mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-03 18:46:32 +00:00
ci(workflows): update helm version to v3.18.4 and add matrix for tests (#207)
This commit is contained in:
@ -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})
|
||||
|
Reference in New Issue
Block a user