Skip to content

Commit

Permalink
chore(deps): bump azure/setup-helm from 4.0.0 to 4.1.0 (#1022)
Browse files Browse the repository at this point in the history
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.0.0 to 4.1.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.0.0...v4.1.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 Mar 1, 2024
1 parent db470df commit 14d9187
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 @@ -48,7 +48,7 @@ jobs:
fetch-depth: 0

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

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

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

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

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

- name: setup testing environment (kind-cluster)
run: ./scripts/test-env.sh
Expand All @@ -166,7 +166,7 @@ jobs:
uses: actions/checkout@v4

- name: setup helm
uses: azure/setup-helm@v4.0.0
uses: azure/setup-helm@v4.1.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 @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

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

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
# See https://github.com/helm/chart-releaser-action/issues/6
- name: Set up Helm
uses: azure/setup-helm@v4.0.0
uses: azure/setup-helm@v4.1.0

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

0 comments on commit 14d9187

Please sign in to comment.