Skip to content

Commit b730751

Browse files
Update dependency python to 3.13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a89b89c commit b730751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/headerchecker.yml

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

2020
- uses: actions/setup-python@v4
2121
with:
22-
python-version: '3.9'
22+
python-version: '3.13'
2323

2424
- id: files
2525
uses: jitterbit/get-changed-files@v1

.github/workflows/test-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.7
24+
python-version: 3.13
2525

2626
- name: Setup chart-testing
2727
uses: helm/[email protected]

0 commit comments

Comments
 (0)