Skip to content

Commit 859dc38

Browse files
authored
v4 readme update (#127)
1 parent 0788eb3 commit 859dc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Install a specific version of helm binary on the runner.
44

55
## Example
66

7-
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 support Helm3.
7+
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.
88

99
```yaml
10-
- uses: azure/setup-helm@v3
10+
- uses: azure/setup-helm@v4
1111
with:
1212
version: '<version>' # default is latest (stable)
1313
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'

0 commit comments

Comments
 (0)