Skip to content

Commit 80f59b0

Browse files
Bump helm/kind-action from 1.10.0 to 1.12.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.10.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>
1 parent 1d7c2b2 commit 80f59b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
command: test
3939
- name: Setup Kubernetes
40-
uses: helm/kind-action@v1.10.0
40+
uses: helm/kind-action@v1.12.0
4141
with:
4242
version: "v0.26.0" # https://github.com/kubernetes-sigs/kind/releases
4343
node_image: "kindest/node:v1.32.0"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run chart-testing (lint)
7878
run: (cd charts/k8s-aws-iam-controller && helm lint .)
7979
- name: Create kind ${{ matrix.k8s }} cluster
80-
uses: helm/kind-action@v1.10.0
80+
uses: helm/kind-action@v1.12.0
8181
with:
8282
version: "v0.26.0" # https://github.com/kubernetes-sigs/kind/releases
8383
node_image: kindest/node:${{ matrix.k8s }}

0 commit comments

Comments
 (0)