From 812d38ec421f816cee7df908f3c9db37faa81492 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Mon, 15 Apr 2024 13:23:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d6113..f12ee61 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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 support Helm3. ```yaml -- uses: azure/setup-helm@v4.1.0 +- uses: azure/setup-helm@v4.2.0 with: version: '' # default is latest (stable) id: install