Skip to content

Commit

Permalink
deploy setup action: pin only major version for setup-helm action
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 23, 2023
1 parent d76d067 commit 938615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
shell: bash

# This action use the github official cache mechanism internally
- uses: azure/setup-helm@v3.5
- uses: azure/setup-helm@v3
with:
# version is pinned for helm to avoid an automatic update of its version
# which would cause something unexpected without an action on our
Expand Down

0 comments on commit 938615c

Please sign in to comment.