From 373e88dae703a4549d661294f517c7d717301b72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:44:57 +0000 Subject: [PATCH] Update dependency astral-sh/uv to v0.11.15 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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