mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-06 06:46:56 +00:00
minor nit , upgrade helm and GH action version updates (#102)
This commit is contained in:
parent
a4617735aa
commit
f77071b246
6 changed files with 17 additions and 20 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue