From eb108fe003921aecef4a7e25bb0f50e949b01442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:50:19 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action Bumps the actions-deps group with 1 update in the / directory: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5d09105..2814dce 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -190,7 +190,7 @@ jobs: make docker-load - name: Create K8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 with: node_image: ${{ matrix.kind_node_image }} cluster_name: kubernetes-namespace-permission-manager-e2e