Skip to content

Commit ebe9238

Browse files
Bump helm/kind-action from 1.12.0 to 1.13.0 (#2861)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6a9b8a commit ebe9238

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test-e2e-gov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/tests-e2e2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/tests-selectable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)