From 96b58bf1e1c001eda5f139f694f72d7befc57cb8 Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Tue, 17 Dec 2024 10:40:16 +0100 Subject: [PATCH] Update Python version in Helm chart checks Reference: https://progress.opensuse.org/issues/174499 --- .github/workflows/check-helm-chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-helm-chart.yml b/.github/workflows/check-helm-chart.yml index 351153f73b0..93a1f4b3a90 100644 --- a/.github/workflows/check-helm-chart.yml +++ b/.github/workflows/check-helm-chart.yml @@ -17,7 +17,7 @@ jobs: - name: Install Python uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.11 - name: Set up chart-testing uses: helm/chart-testing-action@v2 @@ -38,7 +38,7 @@ jobs: - name: Install Python uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.11 - name: Set up chart-testing uses: helm/chart-testing-action@v2