Skip to content

Commit f687c43

Browse files
Bump azure/setup-helm from 3.5 to 5 (#323)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 5. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3.5...v5) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 902733d commit f687c43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Install Helm
33-
uses: azure/setup-helm@v3.5
33+
uses: azure/setup-helm@v5
3434
with:
3535
version: v3.19.0
3636
- name: Set up python

.github/workflows/test-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Install Helm
33-
uses: azure/setup-helm@v3.5
33+
uses: azure/setup-helm@v5
3434
with:
3535
version: v3.19.0
3636
- name: Set up python

0 commit comments

Comments
 (0)