mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-25 07:01:09 +00:00
minor nit , upgrade helm and GH action version updates (#102)
This commit is contained in:
@ -11,10 +11,9 @@ import * as toolCache from '@actions/tool-cache'
|
||||
import * as core from '@actions/core'
|
||||
import {graphql} from '@octokit/graphql'
|
||||
import {createActionAuth} from '@octokit/auth-action'
|
||||
import {create} from 'domain'
|
||||
|
||||
const helmToolName = 'helm'
|
||||
const stableHelmVersion = 'v3.9.0'
|
||||
const stableHelmVersion = 'v3.10.2'
|
||||
|
||||
export async function run() {
|
||||
let version = core.getInput('version', {required: true})
|
||||
|
Reference in New Issue
Block a user