From 2a49ad3af3c505c9eeee457f9b0dcf695566e6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:38:51 +0000 Subject: [PATCH] Bump helm/chart-testing-action from 2.4.0 to 2.6.1 (#129) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/charts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 2d073ea..e427e3b 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Chart Linting if: ${{ github.event_name == 'pull_request' }} id: lint - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (list-changed) if: ${{ github.event_name == 'pull_request' }} id: list-changed