Skip to content

Commit

Permalink
fix: version of setup-helm
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Feb 14, 2024
1 parent 96ba15c commit 223eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-helm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
echo "version=${HELM_VERSION}" >> $GITHUB_OUTPUT
env:
HELM_VERSION: ${{ inputs.helm_version }}
- uses: azure/setup-helm@v4
- uses: azure/setup-helm@v4.0.0
with:
version: ${{ steps.helm_version.outputs.version }}
- name: Check Helm version
Expand Down

0 comments on commit 223eee5

Please sign in to comment.