From 0e639cb9a3eefa4c863512d12b6d3ed322488b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 07:45:27 +0000 Subject: [PATCH] Bump helm/chart-testing-action from 2.1.0 to 2.2.1 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/5f16c27cf7a4fa9c776ff73734df3909b2b65127...dae259e86a35ff09145c0805e2d7dd3f7207064a) --- 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 92d5a2d..fb07b41 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@5f16c27cf7a4fa9c776ff73734df3909b2b65127 + uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a - name: Run helm/chart-testing (lint) run: ct lint --config ct.yaml