Skip to content

Commit 1dafb82

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 (no-op for this project). The ``action.yml`` diff also introduces an optional ``predicate-quantifier`` input that defaults to ``'some'`` — the same matching semantics the three filters currently relied on — so ``steps.changes.outputs.{root_docs,docs,python_files}`` continue to fire identically. Release notes: https://github.com/dorny/paths-filter/releases/tag/v4.0.0 https://github.com/dorny/paths-filter/releases/tag/v4.0.1 Changelog: https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md
1 parent 61329d6 commit 1dafb82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)