mirror of
https://github.com/Azure/setup-helm.git
synced 2025-12-23 07:45:49 +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