From 84ddafd781e22ebc47e3bc2df3e57cbde30cbdcd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Feb 2025 20:46:14 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.12.0 --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 04d87b39c..c4ef44a49 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -42,7 +42,7 @@ jobs: run: ct lint --config ct.yaml --check-version-increment=false --validate-maintainers=false --validate-yaml=false - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: ${{ matrix.k8s-version }}