From d6b71ff28675769cc5c1f2f315204cef553f975b Mon Sep 17 00:00:00 2001 From: Ammar Yasser Date: Wed, 16 Oct 2024 06:23:44 +0300 Subject: [PATCH] chore: Bump python installation in helm test to 3.8.13 as the installation action doesnt support ubuntu 24 (#11409) Signed-off-by: aerosouund --- .github/workflows/helm-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 3f48e1a92a..d7f7a75100 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -35,7 +35,7 @@ jobs: - name: Setup python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: - python-version: 3.7 + python-version: 3.8.13 - name: Set up chart-testing uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1 - name: Run chart-testing (lint)