Skip to content

Commit

Permalink
GitHub Actions(deps): Bump azure/setup-helm from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 3.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Commits](Azure/setup-helm@v1...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2022
1 parent c969b60 commit 5235a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
java-version: 11
distribution: temurin
cache: maven
- uses: azure/setup-helm@v1
- uses: azure/setup-helm@v3
- name: Helm
run: |
mvn process-resources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
distribution: temurin
cache: maven

- uses: azure/setup-helm@v1
- uses: azure/setup-helm@v3
- name: Helm
run: |
mvn process-resources
Expand Down

0 comments on commit 5235a44

Please sign in to comment.