From 883d93c0be23de7c26a0b9aa04faf97a909e72e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 07:43:47 +0000 Subject: [PATCH] Bump helm/chart-testing-action from 2.2.1 to 2.3.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/dae259e86a35ff09145c0805e2d7dd3f7207064a...09ed88797198755e5031f25be13da255e7e33aad) --- 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/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index a91c0b4..bc24e5a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -49,7 +49,7 @@ jobs: python-version: '3.x' - name: Set up helm/chart-testing - uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a + uses: helm/chart-testing-action@09ed88797198755e5031f25be13da255e7e33aad - name: Run helm/chart-testing (lint) run: ct lint --config ct.yaml