From a72f70f61577a8a7d541a3e7f35fb640d85faa41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 07:14:41 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.4.0 to 1.5.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.4.0...v1.5.0) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index cc53926..8876001 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -52,7 +52,7 @@ jobs: - uses: azure/setup-helm@v3 - uses: actions/setup-python@v4 - uses: helm/chart-testing-action@v2.3.1 - - uses: helm/kind-action@v1.4.0 + - uses: helm/kind-action@v1.5.0 with: cluster_name: chart-testing-${{ matrix.chart.name }} - run: ct install --charts ${{ matrix.chart.path }}