Skip to content

Commit 87ce325

Browse files
authored
ci: pin helm version (#19860)
1 parent e9600ae commit 87ce325

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/helm-ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
persist-credentials: false
3737

3838
- name: Set up Helm
39-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
39+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
4040
with:
41-
version: v3.8.2
41+
version: v3.18.6
4242

4343
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
4444
# yamllint (https://github.com/adrienverge/yamllint) which require Python
@@ -135,7 +135,9 @@ jobs:
135135
persist-credentials: 'false'
136136

137137
- name: Set up Helm
138-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
138+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
139+
with:
140+
version: v3.18.6
139141

140142
- name: Install Flux CLI
141143
uses: fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4

0 commit comments

Comments
 (0)