Skip to content

Commit ed06c31

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump helm/kind-action from 1.12.0 to 1.13.0
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] <[email protected]>
1 parent fb24892 commit ed06c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.12.0
195+
uses: helm/kind-action@v1.13.0
196196
with:
197197
node_image: kindest/node:${{ matrix.k8s-release }}
198198
cluster_name: kind

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
ref: ${{ inputs.ref }}
183183

184184
- name: Create k8s Kind Cluster
185-
uses: helm/kind-action@v1.12.0
185+
uses: helm/kind-action@v1.13.0
186186

187187
- name: Set up Helm
188188
uses: azure/setup-helm@v4

0 commit comments

Comments
 (0)