Skip to content

Commit 4a9cf96

Browse files
Update dependency helm to v4 (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7d68d8 commit 4a9cf96

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integrationtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Helm
1616
uses: azure/setup-helm@v5
1717
with:
18-
version: v3.11.2
18+
version: v4.2.2
1919

2020
- uses: actions/setup-python@v6
2121
with:

.github/workflows/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Helm
1818
uses: azure/setup-helm@v5
1919
with:
20-
version: v3.11.2
20+
version: v4.2.2
2121

2222
- uses: actions/setup-python@v6
2323
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Helm
4848
uses: azure/setup-helm@v5
4949
with:
50-
version: v3.8.1
50+
version: v4.2.2
5151

5252
- name: Install helm-docs
5353
run: |

0 commit comments

Comments
 (0)