Skip to content

Commit c700947

Browse files
chore(deps): bump azure/setup-helm from 4.2.0 to 4.3.0 (#9973)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0f499b commit c700947

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-helm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/[email protected]
3131
with:
3232
fetch-depth: 0
33-
- uses: azure/setup-helm@v4.2.0
33+
- uses: azure/setup-helm@v4.3.0
3434
with:
3535
version: v3.12.1
3636
- uses: helm/[email protected]
@@ -57,7 +57,7 @@ jobs:
5757
git config user.email "[email protected]"
5858
5959
- name: Set up Helm
60-
uses: azure/setup-helm@v4.2.0
60+
uses: azure/setup-helm@v4.3.0
6161
with:
6262
version: v3.12.1
6363

.github/workflows/ci-helm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Set up Helm
31-
uses: azure/setup-helm@v4.2.0
31+
uses: azure/setup-helm@v4.3.0
3232
with:
3333
version: v3.12.1
3434
- name: Set up Chart Testing CLI

0 commit comments

Comments
 (0)