Skip to content

Commit

Permalink
increment version in README to v3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverMKing authored Jun 27, 2022
1 parent a767c8d commit a14110f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Install a specific version of helm binary on the runner.
## Example

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.
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 and v3 of this action only supports Helm3.

```yaml
- uses: azure/setup-helm@v1
- uses: azure/setup-helm@v3
with:
version: '<version>' # default is latest stable
id: install
Expand Down

0 comments on commit a14110f

Please sign in to comment.