Skip to content

Commit 7c4e246

Browse files
deps(actions): 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 9361821 commit 7c4e246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3030
3131
- name: Install Helm
32-
uses: azure/setup-helm@v4
32+
uses: azure/setup-helm@v5
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535

.github/workflows/lint-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Set up Helm
34-
uses: azure/setup-helm@v4
34+
uses: azure/setup-helm@v5
3535
with:
3636
version: v3.17.0
3737

0 commit comments

Comments
 (0)