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:
parent
8840a5134c
commit
d6b71ff286
1 changed files with 1 additions and 1 deletions
2
.github/workflows/helm-test.yaml
vendored
2
.github/workflows/helm-test.yaml
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue