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