Skip to content

Commit 29f1cf9

Browse files
authored
fix: pin python version to 3.13 in workflows (#933)
Lets try that again #931
1 parent 7111a3e commit 29f1cf9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@
128128
"matchPackageNames": ["python"],
129129
"allowedVersions": "3.13.x"
130130
},
131+
{
132+
"matchManagers": ["github-actions"],
133+
"matchPackageNames": ["actions/setup-python"],
134+
"allowedVersions": "3.13.x"
135+
},
131136
{
132137
"matchFileNames": [".github/actions/setup-claude-code-action/action.yml"],
133138
"automerge": false

.github/workflows/helm-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-python@v6.2.0
2727
with:
28-
python-version: "3.14"
28+
python-version: "3.13"
2929
check-latest: true
3030

3131
- name: Set up chart linting

0 commit comments

Comments
 (0)