Skip to content

Commit 1938fca

Browse files
chore(deps): update azure/setup-helm action to v4.3.1
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | azure/setup-helm | v4.3.0 | v4.3.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 430b912 commit 1938fca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: Set up Helm
45-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
45+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
4646
with:
4747
version: ${{ inputs.helm_version }}
4848

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.email "[email protected]"
2727
2828
- name: Set up Helm
29-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
29+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
3030
with:
3131
version: v3.12.0
3232

.github/workflows/update-helm-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
git config user.email "[email protected]"
168168
169169
- name: Install Helm
170-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
170+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
171171
with:
172172
version: v3.16.2
173173

0 commit comments

Comments
 (0)