Project

General

Profile

action #174499

Updated by jbaier_cz 2 days ago

### Observation 

 Github action `check-help-chart` is failing in install python step: https://github.com/os-autoinst-bot/openQA/actions/runs/11099535945/job/30833911935 step 

 ``` 
 Run actions/setup-python@v5 
 The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04. 
 ``` 

 Likely the version of Python we are using needs to be bumped to a more recent one.

Back