From 1b448191b9871ca811ad37265de23674ac200201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:58:31 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.8.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | helm/kind-action | v1.7.0 | v1.8.0 | --- .github/workflows/ci-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm.yaml b/.github/workflows/ci-helm.yaml index 608fd3d..e167ae1 100644 --- a/.github/workflows/ci-helm.yaml +++ b/.github/workflows/ci-helm.yaml @@ -69,7 +69,7 @@ jobs: run: .github/kubeconform.sh - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0 + uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0 with: node_image: kindest/node:${{ matrix.k8s }} version: v0.20.0 # renovate: datasource=github-releases depName=kind packageName=kubernetes-sigs/kind