diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 47cdbb7..68f82ca 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -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