Update astral-sh/ruff-action action to v3 (#34)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-25 19:12:24 +00:00 committed by GitHub
commit 0620331cfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2 - uses: astral-sh/ruff-action@v3
- run: ruff check --exit-non-zero-on-fix --verbose - run: ruff check --exit-non-zero-on-fix --verbose
- run: ruff format --check --verbose - run: ruff format --check --verbose