From deed7d1d35a53100a92faa3ee5c96203cfda93a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 09:03:39 +0000 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.6.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 b9d796c..5a3020b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -45,7 +45,7 @@ jobs: run: ct lint --config .github/ct.yaml --target-branch main - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.6.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: kindest/node:${{ matrix.k8s }}