minor nit , upgrade helm and GH action version updates (#102)

This commit is contained in:
Ajay Kemparaj
2022-12-27 06:28:27 -08:00
committed by GitHub
parent a4617735aa
commit f77071b246
6 changed files with 17 additions and 20 deletions

View File

@ -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})