Skip to content

Commit 1fad0f1

Browse files
committed
fix: linter python version not available error
1 parent c315d2d commit 1fad0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.7
24+
python-version: 3.7.17
2525

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

0 commit comments

Comments
 (0)