Skip to content

Commit f27a357

Browse files
deps(actions): bump azure/setup-helm from 3 to 4
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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6801f1 commit f27a357

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v3
32+
uses: azure/setup-helm@v4
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.2.0
34+
uses: azure/setup-helm@v4
3535
with:
3636
version: v3.17.0
3737

0 commit comments

Comments
 (0)