diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 325b3be..6a9a869 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: uv sync --dev - - uses: astral-sh/ruff-action@v3 + - uses: astral-sh/ruff-action@v4 - run: ruff check - run: ruff format --check - run: uv run ty check