From 526fc6dfecf1e337ed706a42a24dbfcbf5c59eee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Dec 2025 01:52:50 +0000 Subject: [PATCH] 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 7f02599..22d8165 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -54,7 +54,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"