1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

github/workflows/lint: update astral-sh/ruff-action to v3

This enables GitHub style output, along with other improvements.
This commit is contained in:
Kacper Michajłow 2025-02-05 23:49:40 +01:00
parent d19bb08bef
commit cd439acce2

View File

@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
- uses: astral-sh/ruff-action@v3
with:
src: ". TOOLS/umpv"