Skip to content

Commit 32a9dc4

Browse files
chore: pin python-version for Lint and Test Charts workflow (#18)
1 parent 6703dc3 commit 32a9dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2323
with:
24-
python-version: 3.x
24+
python-version: 3.13.7
2525

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

0 commit comments

Comments
 (0)