Skip to content

Commit 5f6fcff

Browse files
authored
fix(ci): pin python version (#1212)
1 parent 82c8c93 commit 5f6fcff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/helm-lint-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2828
with:
29-
python-version: "3.x"
30-
check-latest: true
29+
python-version: "3.13"
3130
token: ${{ secrets.GITHUB_TOKEN }}
3231

3332
- name: Set up chart-linting and chart-testing

0 commit comments

Comments
 (0)