Skip to content

Commit 2c7c195

Browse files
dependabot[bot]amold1
authored andcommitted
🌱 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b0a4f0 commit 2c7c195

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" ./helm-chart/csi-driver/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@v4
3232
with:
@@ -70,7 +70,7 @@ jobs:
7070
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
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/chart-releaser-action@v1.6.0

0 commit comments

Comments
 (0)