Skip to content

Commit

Permalink
Fix setup-helm version (#2349)
Browse files Browse the repository at this point in the history
* fix: version of setup-helm

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>

* fix: add comment

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>

---------

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Feb 14, 2024
1 parent 96ba15c commit 780b7af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-helm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ runs:
echo "version=${HELM_VERSION}" >> $GITHUB_OUTPUT
env:
HELM_VERSION: ${{ inputs.helm_version }}
- uses: azure/setup-helm@v4
# This will change when the v4 version is released.
# Ref: https://github.com/Azure/setup-helm/issues/126
- uses: azure/setup-helm@v4.0.0
with:
version: ${{ steps.helm_version.outputs.version }}
- name: Check Helm version
Expand Down

0 comments on commit 780b7af

Please sign in to comment.