From a898a8603689ee5e363ada39660e05141e7be465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 03:38:45 +0000 Subject: [PATCH] Bump helm/kind-action from 1.3.0 to 1.4.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/d08cf6ff1575077dee99962540d77ce91c62387d...9e8295d178de23cbfbd8fa16cf844eec1d773a07) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index 5aa6be8652..d89b1f7a26 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -52,7 +52,7 @@ jobs: run: ct lint --check-version-increment=false - name: Set-up Kind cluster - uses: helm/kind-action@d08cf6ff1575077dee99962540d77ce91c62387d + uses: helm/kind-action@9e8295d178de23cbfbd8fa16cf844eec1d773a07 with: wait: 120s if: steps.list-changed.outputs.changed == 'true'