Skip to content

Commit

Permalink
chore(deps): bump azure/setup-helm from 4.1.0 to 4.2.0 (#1056)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 07ddc3d commit b4a9c8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

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

- name: Add Helm repos
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
fetch-depth: 0

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

- name: setup testing environment (kind-cluster)
env:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fetch-depth: 0

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

- name: setup testing environment (kind-cluster)
env:
Expand All @@ -173,7 +173,7 @@ jobs:
uses: actions/checkout@v4

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

- name: build helm chart dependency
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# See https://github.com/helm/chart-releaser-action/issues/6
- name: Set up Helm
uses: azure/setup-helm@v4.1.0
uses: azure/setup-helm@v4.2.0

- name: Add dependency chart repos
run: |
Expand Down

0 comments on commit b4a9c8d

Please sign in to comment.