From d7feaf859cdb0c22519d664e7398ac659a0cd5b4 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 22 Oct 2022 18:31:42 +0200 Subject: [PATCH] update kind Signed-off-by: Christian Kotzbauer --- .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 1b8258a..d6fb2ef 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -38,7 +38,7 @@ jobs: if: steps.list-changed.outputs.changed == 'true' uses: helm/kind-action@v1.4.0 with: - version: v0.12.0 + version: v0.16.0 - name: Run chart-testing (install) run: ct install --target-branch main