We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dd7fe commit 1a7265bCopy full SHA for 1a7265b
.github/workflows/build.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Install helm
85
if: steps.changed-files.outputs.any_changed == 'true'
86
- uses: azure/setup-helm@v3.5
+ uses: azure/setup-helm@v4
87
with:
88
token: ${{ secrets.GITHUB_TOKEN }}
89
0 commit comments