⬆️: update ruff action and take the ruff version from pyproject

This commit is contained in:
Ondřej Samohel 2025-04-10 14:15:20 +02:00 committed by GitHub
parent ebeb1d1e19
commit 63a29cd9ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1 - uses: astral-sh/ruff-action@v3
with: with:
changed-files: "true" changed-files: "true"
version-file: "pyproject.toml"