File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 submodules : true
1717 - name : Create k8s Kind Cluster
1818 if : ${{ !env.ACT }}
19- uses : helm/kind-action@v1.12 .0
19+ uses : helm/kind-action@v1.13 .0
2020 with :
2121 version : v0.29.0
2222 config : test/helper/e2e/config/kind.yaml
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142
143143 - name : Setup kind cluster
144144 if : ${{ steps.extract.outputs.k8s_platform == 'kind' }}
145- uses : helm/kind-action@v1.12 .0
145+ uses : helm/kind-action@v1.13 .0
146146 with :
147147 version : v0.29.0
148148 config : test/helper/e2e/config/kind.yaml
@@ -212,7 +212,7 @@ jobs:
212212
213213 - name : Setup kind cluster
214214 if : ${{ steps.extract.outputs.k8s_platform == 'kind' }}
215- uses : helm/kind-action@v1.12 .0
215+ uses : helm/kind-action@v1.13 .0
216216 with :
217217 version : v0.29.0
218218 config : test/helper/e2e/config/kind.yaml
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Create k8s Kind Cluster
154154 if : ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
155- uses : helm/kind-action@v1.12 .0
155+ uses : helm/kind-action@v1.13 .0
156156 with :
157157 version : v0.29.0
158158 config : test/helper/e2e/config/kind.yaml
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235235 echo "k8s_platform=$platform" >> $GITHUB_OUTPUT
236236 - name : Create k8s Kind Cluster
237237 if : ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }}
238- uses : helm/kind-action@v1.12 .0
238+ uses : helm/kind-action@v1.13 .0
239239 with :
240240 version : v0.29.0
241241 config : test/helper/e2e/config/kind.yaml
@@ -307,7 +307,7 @@ jobs:
307307 fetch-depth : 0
308308 - name : Create k8s Kind Cluster
309309 if : ${{ !env.ACT }}
310- uses : helm/kind-action@v1.12 .0
310+ uses : helm/kind-action@v1.13 .0
311311 with :
312312 version : v0.29.0
313313 config : test/helper/e2e/config/kind.yaml
You can’t perform that action at this time.
0 commit comments