From 6e46c99a00cc3597c0bc34d3b3f99cfb3262588f Mon Sep 17 00:00:00 2001 From: Kellen Murphy Date: Mon, 17 Aug 2026 19:46:30 -0400 Subject: [PATCH] ci: correct stale setup-uv version comment The SHA pin was bumped to v10.0.0 in #278 but the version comment still read v8.1.0 (stale since the v9.0.0 bump). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39cda70..4b01842 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Setup uv - # astral-sh/setup-uv v8.1.0 + # astral-sh/setup-uv v10.0.0 uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d - name: Scan with GuardDog