Skip to content

Commit c3cd834

Browse files
Update azure/setup-helm action to v5 (#306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 458d899 commit c3cd834

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
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Set up Helm
16-
uses: azure/setup-helm@v4
16+
uses: azure/setup-helm@v5
1717
with:
1818
version: v3.11.2
1919

.github/workflows/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up Helm
18-
uses: azure/setup-helm@v4
18+
uses: azure/setup-helm@v5
1919
with:
2020
version: v3.11.2
2121

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Install Helm
48-
uses: azure/setup-helm@v4
48+
uses: azure/setup-helm@v5
4949
with:
5050
version: v3.8.1
5151

0 commit comments

Comments
 (0)