diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 761d2b1c5..19a0896bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.9.28" + version: "0.11.15" enable-cache: true working-directory: "ansible" - name: Install the project