summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2025-02-05 23:49:40 +0100
committerKacper Michajłow <kasper93@gmail.com>2025-02-06 01:33:09 +0100
commitcd439acce2e1804f8a2e523aa7757610903e2d94 (patch)
treeb4cb6e94bb76993946d69b2aa200dc275fb8fd65
parentd19bb08bef6fcea5b9a2610f49791dd07ad5fed2 (diff)
downloadmpv-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.yml2
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"