Compare commits

..

2 Commits

Author SHA1 Message Date
3a487315d8 Update ghcr.io/cloudnative-pg/postgresql Docker tag to v18
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 1m31s
2025-12-05 00:53:11 +00:00
c69733c6bb change install uv
All checks were successful
renovate / renovate (push) Successful in 30s
2025-12-04 18:52:41 -06:00

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