Skip to content

Commit 68df905

Browse files
committed
Update dependency helm to v4
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent 3f2e11f commit 68df905

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/prepare-k8s/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
- name: Set up Helm
66
uses: azure/setup-helm@v5
77
with:
8-
version: v3.14.4
8+
version: v4.2.3
99

1010
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
1111
# yamllint (https://github.com/adrienverge/yamllint) which require Python

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: azure/setup-helm@v5
1414
with:
15-
version: v3.14.4
15+
version: v4.2.3
1616

1717
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
1818
# yamllint (https://github.com/adrienverge/yamllint) which require Python

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Helm
2323
uses: azure/setup-helm@v5
2424
with:
25-
version: v3.14.4
25+
version: v4.2.3
2626

2727
- name: Add dependency chart repos
2828
run: |

0 commit comments

Comments
 (0)