Skip to content

Commit 6f6c964

Browse files
Update azure/setup-helm action to v4 (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46d0c56 commit 6f6c964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Helm
23-
uses: azure/setup-helm@v3
23+
uses: azure/setup-helm@v4
2424
with:
2525
version: ${{ env.HELM_VERSION }}
2626

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Helm
25-
uses: azure/setup-helm@v3
25+
uses: azure/setup-helm@v4
2626
with:
2727
version: ${{ env.HELM_VERSION }}
2828

0 commit comments

Comments
 (0)