From 520c469558ea8077144ba01cdaa4fa0a073993d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 10:54:15 +0000 Subject: [PATCH] Update dependency helm/chart-testing to v3.13.0 | datasource | package | from | to | | ----------- | ------------------ | ------- | ------- | | github-tags | helm/chart-testing | v3.12.0 | v3.13.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 62340b956f..f47694f476 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -114,7 +114,7 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 with: - version: 3.12.0 # renovate: datasource=github-tags depName=helm/chart-testing + version: 3.13.0 # renovate: datasource=github-tags depName=helm/chart-testing - name: Run chart-testing run: ct lint --print-config --config .ct.yaml