From 2584bd409c9a1c74a7730f00d5240eb1d0a039f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:48:56 +0000 Subject: [PATCH] Replace astral-sh/setup-uv action with astral-sh/setup-uv v8 --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index f9c69ae..cf030f1 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -17,6 +17,6 @@ jobs: - name: Install markdownlint run: npm install markdownlint-cli2 --global - name: Install uv - uses: astral-sh/setup-uv@v7 + uses: astral-sh/setup-uv@v8 - name: Check style run: make style-check