From 65b67dac778399606587855681794dedec7bece4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 03:58:56 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/helm-lint-and-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-lint-and-install.yaml b/.github/workflows/helm-lint-and-install.yaml index b9a998dd..a648e40c 100644 --- a/.github/workflows/helm-lint-and-install.yaml +++ b/.github/workflows/helm-lint-and-install.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' check-latest: true - name: Set up chart-testing