From 734900edbfa23b3440db13f9c049a0da963a4eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 04:04:54 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 1 update Bumps the dev-dependencies group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/fa81e57adff234b2908110485695db0f181f3c67...dda0770415bac9fc20092cacbc54aa298604d140) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... 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 2b6b5b13a9..40caaeb1e6 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@fa81e57adff234b2908110485695db0f181f3c67 + uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 with: wait: 120s if: steps.list-changed.outputs.changed == 'true'