aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-04-25 17:21:21 +0100
committerGravatar Chris Lovering <[email protected]>2025-04-25 17:21:21 +0100
commita4fb07843ebe629fa8d590804964608017447943 (patch)
treeb7a67ddb29f1ade111b830b16deeb3fb328ae9ac
parentMissing awaiting of sync coroutine (diff)
Update uv in CI
-rw-r--r--.github/workflows/lint.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 4a7a23d..ffab39b 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -14,9 +14,9 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libldap2-dev libsasl2-dev heimdal-dev
- name: Install uv
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
with:
- version: "0.5.29"
+ version: "0.6.16"
enable-cache: true
cache-dependency-glob: "uv.lock"