1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

chore: Bump python installation in helm test to 3.8.13 as the installation action doesnt support ubuntu 24 (#11409)

Signed-off-by: aerosouund <aerosound161@gmail.com>
This commit is contained in:
Ammar Yasser 2024-10-16 06:23:44 +03:00 committed by GitHub
parent 8840a5134c
commit d6b71ff286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.7
python-version: 3.8.13
- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Run chart-testing (lint)