change install uv
All checks were successful
renovate / renovate (push) Successful in 30s

This commit is contained in:
2025-12-04 18:52:41 -06:00
parent 6a2dbcaf85
commit c69733c6bb

View File

@@ -25,9 +25,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
python-version: '3.14'
check-latest: true
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v7
with:
python-version: 3.14
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.8.0