chore(deps): Bump helm/kind-action from 1.2.0 to 1.12.0

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.12.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](https://github.com/helm/kind-action/compare/v1.2.0...v1.12.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-02 01:16:10 +00:00
committed by GitHub
parent 4d7702e6ad
commit 262f1f4f2c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.12.0
- name: Test all
run: go test -coverprofile=coverage.txt -covermode=atomic ./...

View File

@@ -32,7 +32,7 @@ jobs:
go-version-file: 'go.mod'
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.12.0
# Sanity check before publishing
- name: Test all