Skip to content

Commit 73428dc

Browse files
Update azure/setup-helm action to v4.3.1 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68307fb commit 73428dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Install Helm
17-
uses: azure/setup-helm@v4.3.0
17+
uses: azure/setup-helm@v4.3.1
1818
env:
1919
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
2020
- name: Install 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
git config user.name "${GITHUB_ACTOR}"
2323
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
2424
- name: Install Helm
25-
uses: azure/setup-helm@v4.3.0
25+
uses: azure/setup-helm@v4.3.1
2626
env:
2727
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
2828
- name: Publish charts

0 commit comments

Comments
 (0)