Skip to content

Commit 0bfd2f0

Browse files
authoredMar 4, 2024
Bump azure/setup-helm from 3 to 4 (#872)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fe5708 commit 0bfd2f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2525
2626
- name: Set up Helm
27-
uses: azure/setup-helm@v3
27+
uses: azure/setup-helm@v4
2828
with:
2929
version: v3.11.2
3030

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Helm
27-
uses: azure/setup-helm@v3
27+
uses: azure/setup-helm@v4
2828
with:
2929
version: v3.11.2
3030

0 commit comments

Comments
 (0)