Skip to content

Commit 1134ee1

Browse files
authored
fix: pin helm to v3.10.1 (#5703)
Due to Azure/setup-helm#99, this pins the version to v3.10.1 as a temporary fix.
1 parent 606811f commit 1134ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
if: steps.changed-files.outputs.any_changed == 'true'
8686
uses: azure/[email protected]
8787
with:
88+
version: "v3.10.1"
8889
token: ${{ secrets.GITHUB_TOKEN }}
8990

9091
- name: Install helm kubeval plugin

0 commit comments

Comments
 (0)