From 9001bad9172b7ca9ca973f853258724289e3c2bf Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Fri, 12 Dec 2025 20:11:34 -0800 Subject: [PATCH] Better way to install `uv` --- .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 791c422..ab853e7 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 - run: curl -LsSf https://astral.sh/uv/install.sh | sh + uses: astral-sh/setup-uv@v7 - name: Check style run: make style-check