From 474bbbd0c702ccbf726e168c9b70c4d6cd680a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:53:52 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.0 | datasource | package | from | to | | ----------- | ---------------- | ------- | ------- | | github-tags | helm/kind-action | v1.11.0 | v1.12.0 | --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8a2989a6..d396a4dc4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: fetch-depth: 0 - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 with: node_image: kindest/node:${{ matrix.k8s }} version: v0.26.0 # renovate: datasource=github-releases depName=kind packageName=kubernetes-sigs/kind