Skip to content

Commit a519e64

Browse files
chore(deps): bump azure/setup-helm from 4.3.0 to 4.3.1 (#10321)
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.3.0 to 4.3.1. - [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.3.0...v4.3.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ec571d commit a519e64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
33-
- uses: azure/[email protected].0
33+
- uses: azure/[email protected].1
3434
with:
3535
version: v3.12.1
3636
- uses: helm/[email protected]
@@ -57,7 +57,7 @@ jobs:
5757
git config user.email "[email protected]"
5858
5959
- name: Set up Helm
60-
uses: azure/[email protected].0
60+
uses: azure/[email protected].1
6161
with:
6262
version: v3.12.1
6363

.github/workflows/ci-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Set up Helm
31-
uses: azure/[email protected].0
31+
uses: azure/[email protected].1
3232
with:
3333
version: v3.12.1
3434
- name: Set up Chart Testing CLI

0 commit comments

Comments
 (0)