Skip to content

Commit 525b184

Browse files
committed
CI: Update python version in check-helm-chart
Update to the latest python version for the install-helm workflow
1 parent 545e250 commit 525b184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-helm-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.11
20+
python-version: 3.13
2121

2222
- name: Set up chart-testing
2323
uses: helm/chart-testing-action@v2
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: 3.11
41+
python-version: 3.13
4242

4343
- name: Set up chart-testing
4444
uses: helm/chart-testing-action@v2

0 commit comments

Comments
 (0)