From cda6f6b61c02aa98e99a0b7b12c5282eec9d95c8 Mon Sep 17 00:00:00 2001 From: Oliver King Date: Mon, 27 Jun 2022 14:13:30 -0400 Subject: [PATCH] swap version to v2 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10b8e14..d9ea68a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Install a specific version of helm binary on the runner. Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2 of this action only supports Helm3. ```yaml -- uses: azure/setup-helm@v1 +- uses: azure/setup-helm@v2 with: version: '' # default is latest stable id: install