From 71925d1b83f8fc5e39aebb1075a7765ceb052bd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 16:51:21 +0300 Subject: [PATCH] chore(deps): update helm/kind-action action to v1.8.0 (#91) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 2f6ee9f..0f84576 100644 --- a/.github/workflows/lint_test.yaml +++ b/.github/workflows/lint_test.yaml @@ -47,7 +47,7 @@ jobs: run: ct lint - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: ${{ matrix.kubernetes_version }}