Skip to content

Commit 96dbc38

Browse files
committed
ci(deps): bump dorny/paths-filter from 3.0.2 to 4.0.1
v4.0.0 moves the action runtime to Node 24, which GitHub-hosted `ubuntu-latest` runners support natively. v4.0.1 additionally adds `merge_group` event support. The `action.yml` diff introduces an optional `predicate-quantifier` input (default `'some'`) — the same matching semantics v3.x used by default — so existing filter outputs continue to fire identically. Tag: https://github.com/dorny/paths-filter/tree/v4.0.1 Changelog: https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md
1 parent 3d632bd commit 96dbc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121

2222
- name: Filter changed file paths to outputs
23-
uses: dorny/paths-filter@v3.0.2
23+
uses: dorny/paths-filter@v4.0.1
2424
id: changes
2525
with:
2626
filters: |

0 commit comments

Comments
 (0)