Skip to content

Commit c80e62b

Browse files
dependabot[bot]pcallewaert
authored andcommitted
Bump azure/setup-helm from 4 to 5
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4 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@v4...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>
1 parent 12e9b09 commit c80e62b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2626
2727
- name: Install Helm
28-
uses: azure/setup-helm@v4
28+
uses: azure/setup-helm@v5
2929
with:
3030
version: v3.18.2
3131

.github/workflows/validate-deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Set up Helm
26-
uses: azure/setup-helm@v4
26+
uses: azure/setup-helm@v5
2727
with:
2828
version: "latest"
2929

0 commit comments

Comments
 (0)