From ff04df1667d623386e0e4952b50f6312baf8a842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:11:46 +0000 Subject: [PATCH] build(deps): bump helm/chart-testing-action from 2.1.0 to 2.3.1 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.1.0 to 2.3.1. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.1.0...v2.3.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/helm-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-check.yaml b/.github/workflows/helm-check.yaml index 56f94cf8adb49..2284d09a0b174 100644 --- a/.github/workflows/helm-check.yaml +++ b/.github/workflows/helm-check.yaml @@ -66,7 +66,7 @@ jobs: # This test is just to make sure the helm chart can be installed. It will not replace existing integration tests - name: Run chart-testing (install) - uses: helm/chart-testing-action@v2.1.0 + uses: helm/chart-testing-action@v2.3.1 with: command: install config: install/kubernetes/chart-testing.yaml