From 5944c9d93c32058534d5cd484f82c776161fbe6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:25:35 +0000 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.6.1 --- .github/workflows/charts-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 4fb692f..3f4604c 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -56,7 +56,7 @@ jobs: helm: "${{ env.HELM_VERSION }}" - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (install) run: ct lint --config .ci/ct/ct.yaml --charts "charts/${{ matrix.chart }}"