Skip to content

Commit ee01267

Browse files
Update dependency python to v3.13.5
1 parent ba5b478 commit ee01267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up Python
114114
uses: actions/setup-python@v5
115115
with:
116-
python-version: '3.x'
116+
python-version: '3.13.5'
117117

118118
- name: Set up chart-testing
119119
uses: helm/[email protected]

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.x'
43+
python-version: '3.13.5'
4444

4545
- name: Set up chart-testing
4646
uses: helm/[email protected]

0 commit comments

Comments
 (0)