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