Skip to content

Commit 681fd96

Browse files
Update azure/setup-helm action to v4.3.0
1 parent d1fe10c commit 681fd96

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.2.0
17+
uses: azure/setup-helm@v4.3.0
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.2.0
25+
uses: azure/setup-helm@v4.3.0
2626
env:
2727
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
2828
- name: Publish charts

0 commit comments

Comments
 (0)