Skip to content

Commit d77c06d

Browse files
workflows: bump helm/kind-action from 1.11.0 to 1.12.0 (#9763)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action 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 4a59b02 commit d77c06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/call-run-integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
bats-version: 1.9.0
193193

194194
- name: Create k8s Kind Cluster
195-
uses: helm/kind-action@v1.11.0
195+
uses: helm/kind-action@v1.12.0
196196
with:
197197
node_image: kindest/node:${{ matrix.k8s-release }}
198198
cluster_name: kind

.github/workflows/call-test-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
ref: ${{ inputs.ref }}
185185

186186
- name: Create k8s Kind Cluster
187-
uses: helm/kind-action@v1.11.0
187+
uses: helm/kind-action@v1.12.0
188188

189189
- name: Set up Helm
190190
uses: azure/setup-helm@v4

0 commit comments

Comments
 (0)