From aa3e1fa3718a65b586bc5838c49ae92a2c4aa2f6 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 14 May 2026 12:56:01 -0600 Subject: [PATCH] a --- action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index 9fca463..fc1106f 100644 --- a/action.yaml +++ b/action.yaml @@ -15,9 +15,9 @@ runs: using: "composite" steps: - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b - with: - version: "0.11.14" + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b + with: + version: "0.11.14" - name: Set up Python run: uv python install