From 320a3fb8fb303fbc3c185914c5f8d3a1eaba9ce6 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Sun, 2 Nov 2025 21:43:54 -0500 Subject: [PATCH] Restrict the python version to 3.13.x for the helm chart linter The setup-python apparently installs the latest python version which is not the recently releases 3.14.0. However this is incompatible with the helm chart linter so retrict the python version. Signed-off-by: Tom Pantelis --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 913d88d..87df48d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c with: - python-version: '3.x' + python-version: '3.13.x' - name: Set up helm/chart-testing uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b