Skip to content

Commit 601c1fb

Browse files
committed
[github-action] use latest azure/setup-helm
1 parent bc4b542 commit 601c1fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-helm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: Install Helm
26-
uses: azure/setup-helm@v1
27-
with:
28-
version: 'latest'
26+
uses: azure/[email protected]
2927

3028
- name: Package Helm chart
3129
run: |

0 commit comments

Comments
 (0)