krz/hutch-stats

Server-side utility for calculating contributions for sourcehut users.

clone: git clone https://gitbay.org/krz/hutch-stats.git

79d96d973cc8759f209d1ea521c2c2366a30e0fc

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T20:03:48Z

Pin setup-uv to a tag that exists

astral-sh/setup-uv publishes no moving major tag, so @v10 does not resolve.
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cd33053..ef30c84 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
       # uv is how the project is actually developed — uv.lock is committed and
       # is what dependabot updates, so CI must resolve through it rather than
       # pip-installing whatever is newest.
-      - uses: astral-sh/setup-uv@v10
+      - uses: astral-sh/setup-uv@v10.0.1
         with:
           enable-cache: true