From e4c685c0e7233fb019d2a2b5f7d7c604f914e5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:31:35 +0000 Subject: [PATCH] Bump helm/chart-testing-action from 2.5.0 to 2.6.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.5.0...v2.6.0) --- 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/lint-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-helm.yml b/.github/workflows/lint-helm.yml index 79eddbc6..f719626e 100644 --- a/.github/workflows/lint-helm.yml +++ b/.github/workflows/lint-helm.yml @@ -21,7 +21,7 @@ jobs: version: v3.11.1 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.5.0 + uses: helm/chart-testing-action@v2.6.0 - name: Run chart-testing (lint) id: lint