Skip to content

Commit 4180633

Browse files
workflows: bump helm/kind-action from 1.2.0 to 1.3.0 (#5578)
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f0be43 commit 4180633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
bats-version: 1.6.0
8989

9090
- name: Create k8s Kind Cluster
91-
uses: helm/kind-action@v1.2.0
91+
uses: helm/kind-action@v1.3.0
9292
with:
9393
node_image: kindest/node:${{ matrix.k8s-release }}
9494
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.2.0
185+
uses: helm/kind-action@v1.3.0
186186

187187
- name: Set up Helm
188188
uses: azure/[email protected]

0 commit comments

Comments
 (0)