Skip to content

Commit f3a6343

Browse files
Bump azure/setup-helm from 3.5 to 4
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 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.5...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]>
1 parent 90b2fff commit f3a6343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-chart.yaml

Lines changed: 1 addition & 1 deletion
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.5
27+
uses: azure/setup-helm@v4
2828
with:
2929
version: ${{ env.HELM_VERSION }}
3030

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config user.email "[email protected]"
2525
2626
- name: Install Helm
27-
uses: azure/setup-helm@v3.5
27+
uses: azure/setup-helm@v4
2828
with:
2929
version: 3.10.1 # stable
3030
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'

0 commit comments

Comments
 (0)