Skip to content

Commit

Permalink
build(deps): bump Azure/setup-helm from 3 to 4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent cfeab92 commit b8796df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install dependencies
run: go mod download
- name: Install helm
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4
with:
version: v3.14.0
- name: Lint chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-install-smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: "1.22.x"

- name: Install helm
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4
with:
version: v3.14.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v4

- name: Install helm
uses: Azure/setup-helm@v3
uses: Azure/setup-helm@v4
with:
version: v3.14.0

Expand Down

0 comments on commit b8796df

Please sign in to comment.