From aa50bf30b00d61a7f73914c2009eea26bf802462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:33:12 -0800 Subject: [PATCH] Update dependency helm/chart-testing to v3.12.0 (#3014) | datasource | package | from | to | | ----------- | ------------------ | ------- | ------- | | github-tags | helm/chart-testing | v3.11.0 | v3.12.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 e5d5a6543e..e27793728d 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@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 with: - version: 3.11.0 # renovate: datasource=github-tags depName=helm/chart-testing + version: 3.12.0 # renovate: datasource=github-tags depName=helm/chart-testing - name: Run chart-testing run: ct lint --print-config --config .ct.yaml