Skip to content

Commit 4b5a14a

Browse files
Bump azure/setup-helm from 4.3.0 to 4.3.1
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]>
1 parent 00b814c commit 4b5a14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
HELM_REPO_PATH: releases/helm-${{ github.event.release.tag_name }}/
2929
steps:
3030
- name: Install Helm
31-
uses: azure/[email protected].0
31+
uses: azure/[email protected].1
3232
with:
3333
version: 3.14.4
3434

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Check out code
2929

3030
- name: Install Helm
31-
uses: azure/[email protected].0
31+
uses: azure/[email protected].1
3232
with:
3333
version: 3.14.4
3434

0 commit comments

Comments
 (0)