From f71484818cc91ad95b060e08e809ef3631b20e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:01:09 +0200 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.6.0 (#68) --- .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 57aa923..4fb692f 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.4.0 + uses: helm/chart-testing-action@v2.6.0 - name: Run chart-testing (install) run: ct lint --config .ci/ct/ct.yaml --charts "charts/${{ matrix.chart }}"