Skip to content

Commit 2d683b6

Browse files
committed
fix helm setup action
1 parent a708025 commit 2d683b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mlflow-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Helm
30-
uses: azure/setup-helm@v3
30+
uses: azure/setup-helm@v4.3.0
3131
with:
3232
version: v4.3.0
3333

@@ -66,7 +66,7 @@ jobs:
6666
fetch-depth: 0
6767

6868
- name: Set up Helm
69-
uses: azure/setup-helm@v3
69+
uses: azure/setup-helm@v4.3.0
7070
with:
7171
version: v4.3.0
7272

@@ -125,7 +125,7 @@ jobs:
125125
fetch-depth: 0
126126

127127
- name: Set up Helm
128-
uses: azure/setup-helm@v3
128+
uses: azure/setup-helm@v4.3.0
129129
with:
130130
version: v4.3.0
131131

0 commit comments

Comments
 (0)