mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Restrict the python version to 3.13.x for the helm chart linter
The setup-python apparently installs the latest python version which is not the recently releases 3.14.0. However this is incompatible with the helm chart linter so retrict the python version. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
58f19e0eba
commit
320a3fb8fb
@@ -48,7 +48,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
|
||||
with:
|
||||
python-version: '3.x'
|
||||
python-version: '3.13.x'
|
||||
|
||||
- name: Set up helm/chart-testing
|
||||
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b
|
||||
|
||||
Reference in New Issue
Block a user