diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 221fb26..140491d 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@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 - name: Check style run: make style-check