From 188931cd8539f0b54aeb9fe50b79f7ec3ab44282 Mon Sep 17 00:00:00 2001 From: Markus Wieland Date: Thu, 11 Jun 2026 08:27:05 +0200 Subject: [PATCH] fix: pin python version to 3.13 in workflows --- .github/renovate.json | 5 +++++ .github/workflows/helm-lint.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3f92763da..741e946c6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -128,6 +128,11 @@ "matchPackageNames": ["python"], "allowedVersions": "3.13.x" }, + { + "matchManagers": ["github-actions"], + "matchPackageNames": ["actions/setup-python"], + "allowedVersions": "3.13.x" + }, { "matchFileNames": [".github/actions/setup-claude-code-action/action.yml"], "automerge": false diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index 03b96773f..a765b8524 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v6.2.0 with: - python-version: "3.14" + python-version: "3.13" check-latest: true - name: Set up chart linting