diff options
author | Kacper Michajłow <kasper93@gmail.com> | 2025-02-05 23:49:40 +0100 |
---|---|---|
committer | Kacper Michajłow <kasper93@gmail.com> | 2025-02-06 01:33:09 +0100 |
commit | cd439acce2e1804f8a2e523aa7757610903e2d94 (patch) | |
tree | b4cb6e94bb76993946d69b2aa200dc275fb8fd65 | |
parent | d19bb08bef6fcea5b9a2610f49791dd07ad5fed2 (diff) | |
download | mpv-cd439acce2e1804f8a2e523aa7757610903e2d94.tar.bz2 mpv-cd439acce2e1804f8a2e523aa7757610903e2d94.tar.xz |
github/workflows/lint: update astral-sh/ruff-action to v3
This enables GitHub style output, along with other improvements.
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bec8cc6038..e5a3b74174 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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" |