From 0f54f75002a1aa58b3b1e4aff242191aa371df75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:44:04 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 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](https://github.com/helm/kind-action/compare/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] --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6b82c4e3..a19e3494 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -79,7 +79,7 @@ jobs: go-version-file: go.mod - name: Create k8s KinD Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 - uses: jdx/mise-action@v2 with: @@ -108,7 +108,7 @@ jobs: go-version-file: go.mod - name: Create k8s KinD Cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 - uses: jdx/mise-action@v2 with: