Skip to content

Commit e49dee5

Browse files
authored
Update Python version to 3.8 in helm-lint.yaml
Python 3.7 is not supported on GitHub Actions ubuntu-latest runner: actions/setup-python#962 Python 3.7 has reached EOL more than 1 year ago anyway, so not worth the effort supporting it.
1 parent b237321 commit e49dee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.7
24+
python-version: 3.8
2525

2626
- name: Set up chart-testing
2727
uses: helm/[email protected]
@@ -42,4 +42,4 @@ jobs:
4242
if: steps.list-changed.outputs.changed == 'true'
4343

4444
- name: Run chart-testing (install)
45-
run: ct install --config ctconfig.yaml
45+
run: ct install --config ctconfig.yaml

0 commit comments

Comments
 (0)