Skip to content

Commit ad59fdc

Browse files
authored
Revert "Update dependency python to 3.14 (#2109)" (#2137)
This reverts commit fb7ad30.
1 parent 6770e84 commit ad59fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-helm-charts.yml

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

1919
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2020
with:
21-
python-version: 3.14
21+
python-version: 3.13
2222

2323
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2424
with:

.github/workflows/test-helm-charts.yml

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

2424
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525
with:
26-
python-version: 3.14
26+
python-version: 3.13
2727

2828
- name: Set up chart-testing
2929
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0

0 commit comments

Comments
 (0)