From 6db9cc75c061064f5957e163ac3f3b2e74092f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:48:28 +0000 Subject: [PATCH] chore: bump helm/chart-testing-action from 2.4.0 to 2.6.1 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.4.0 to 2.6.1. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.4.0...v2.6.1) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts.yaml b/.github/workflows/charts.yaml index fe44257..8d5f6b1 100644 --- a/.github/workflows/charts.yaml +++ b/.github/workflows/charts.yaml @@ -20,7 +20,7 @@ jobs: - name: Install chart-testing tools id: lint - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run helm chart linter run: ct --config hack/ct.yml lint