10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-09 00:04:20 +00:00

Update helm to v3.11.1 (#108)

This commit is contained in:
Teko 2023-02-17 01:41:09 +01:00 committed by GitHub
parent 638a523e0c
commit ac5ee1fca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ import {graphql} from '@octokit/graphql'
import {createActionAuth} from '@octokit/auth-action'
const helmToolName = 'helm'
const stableHelmVersion = 'v3.10.2'
const stableHelmVersion = 'v3.11.1'
export async function run() {
let version = core.getInput('version', {required: true})