From 310c6c114dfd4f4f224a856533887076e1617fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 05:13:46 +0000 Subject: [PATCH] Bump helm/chart-testing-action from 2.0.1 to 2.1.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.0.1...v2.1.0) Signed-off-by: dependabot[bot] --- .github/workflows/on-pr-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pr-charts.yaml b/.github/workflows/on-pr-charts.yaml index c9a742b..73b05d2 100644 --- a/.github/workflows/on-pr-charts.yaml +++ b/.github/workflows/on-pr-charts.yaml @@ -32,7 +32,7 @@ jobs: # Helm is already present in github actions, so do not re-install it - name: Setup chart testing - uses: helm/chart-testing-action@v2.0.1 + uses: helm/chart-testing-action@v2.1.0 - name: Create default kind cluster uses: helm/kind-action@v1.1.0