chore(deps): update dorny/paths-filter action to v4 (#6494)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-03-13 11:19:45 +08:00 committed by GitHub
parent 8be1ff816b
commit cb2e5bf603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Check frontend changes
id: check_frontend
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
with:
filters: |
frontend:

View File

@ -24,7 +24,7 @@ jobs:
- name: Check src-tauri changes
if: github.event_name != 'workflow_dispatch'
id: check_changes
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
with:
filters: |
rust:

View File

@ -18,7 +18,7 @@ jobs:
- name: Check Rust changes
id: check_rust
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
with:
filters: |
rust: