Skip to content

Commit

Permalink
chore(deps): bump azure/setup-helm from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LeoColomb committed Apr 16, 2024
1 parent 86bab63 commit 92001e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GPG_KEY_BASE64: ${{ secrets.GPG_KEY_BASE64 }}

- name: Install Helm
uses: azure/setup-helm@v4.1.0
uses: azure/setup-helm@v4.2.0

- name: Add Helm repos
run: helm repo add bitnami https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4.1.0
uses: azure/setup-helm@v4.2.0

- uses: actions/setup-python@v5
if: startsWith(matrix.action, 'lint')
Expand Down

0 comments on commit 92001e1

Please sign in to comment.