From f93057c0e1c7cf6afbcefcb31683e5670189b287 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Mar 2026 02:12:08 +0000 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.8.0 --- .gitea/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index ff7a0d9..6e6ccb5 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -42,7 +42,7 @@ jobs: python-version: '3.14' - name: Set up Chart Testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 with: yamale_version: "6.0.0"