Skip to content

Commit 8af60b6

Browse files
🌱 Bump azure/setup-helm from 3 to 4 (#256)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9a9dd7 commit 8af60b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sed -ie "s/version: 0.0.0/version: ${TAG#helm-}/g" deploy/chart/Chart.yaml
2727
2828
- name: Set up Helm
29-
uses: azure/setup-helm@v3
29+
uses: azure/setup-helm@v4
3030

3131
- uses: actions/setup-python@v5
3232
with:
@@ -70,7 +70,7 @@ jobs:
7070
git config user.email "[email protected]"
7171
7272
- name: Set up Helm
73-
uses: azure/setup-helm@v3
73+
uses: azure/setup-helm@v4
7474

7575
- name: Run chart-releaser
7676
uses: helm/[email protected]

0 commit comments

Comments
 (0)