From 50a6fb593b9fc94e370fa36e6e2129e7fa3523ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Dec 2024 09:15:16 +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 f164c8e27..f8a127b2b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -35,7 +35,7 @@ jobs: run: ct lint --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' - name: Run chart-testing (install)