Skip to content

Commit efbd96d

Browse files
authored
Fix action version in README.md (#129)
`v4` is not a valid tag, `v4.0.0` is. See https://github.com/Azure/setup-helm/tags
1 parent 859dc38 commit efbd96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Install a specific version of helm binary on the runner.
77
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@v4
10+
- uses: azure/setup-helm@v4.0.0
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)