Skip to content

Commit 1a9a781

Browse files
dependabot[bot]fatih-acar
authored andcommitted
Bump azure/setup-helm from 4.2.0 to 4.3.0
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]>
1 parent b0a2fec commit 1a9a781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
submodules: true
7575
- name: "Install Helm"
76-
uses: azure/setup-helm@v4.2.0
76+
uses: azure/setup-helm@v4.3.0
7777
- name: "Linting: helm lint"
7878
run: "helm lint helm/"
7979

.github/workflows/publish-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
submodules: true
4040
- name: Install Helm
41-
uses: azure/setup-helm@v4.2.0
41+
uses: azure/setup-helm@v4.3.0
4242

4343
- name: Determine Chart Version
4444
id: version

0 commit comments

Comments
 (0)