From aa67135a500a93eccfac1caa3a09b779c843593e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:58:07 +0000 Subject: [PATCH] build(deps): bump helm/chart-testing-action from 2.6.1 to 2.8.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.6.1 to 2.8.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.6.1...v2.8.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/chart-lints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lints.yaml b/.github/workflows/chart-lints.yaml index 68066a9..2449807 100644 --- a/.github/workflows/chart-lints.yaml +++ b/.github/workflows/chart-lints.yaml @@ -24,7 +24,7 @@ jobs: # see example https://github.com/helm/chart-testing-action - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.8.0 - name: Run chart-testing (list-changed) id: list-changed