Skip to content

Commit 3b33442

Browse files
mydeaclaude
andauthored
chore(ci): Bump dorny/paths-filter from v3.0.1 to v4.0.1 (#20251)
## Summary - Upgrade `dorny/paths-filter` from v3.0.1 to v4.0.1 in `ci-metadata` and `flaky-test-detector` workflows - The v4 major bump was solely for the Node.js runtime upgrade from node20 to node24 — no functional breaking changes ## Changelog (v3.0.1 → v4.0.1) - **v3.0.2/v3.0.3**: Added `predicate-quantifier` parameter (not used by us) - **v4.0.0**: Upgraded action runtime from `node20` to `node24` (the only breaking change) - **v4.0.1**: Added `merge_group` event support (not used by us) ## Usage verification Our usage relies on: - `filters` input with glob patterns → unchanged in v4 - `list-files: json` input → unchanged in v4 - `outputs.<filter_name>` (string `'true'`/`'false'`) → unchanged in v4 - `outputs.<filter_name>_files` (JSON file list) → unchanged in v4 No configuration changes needed — drop-in replacement. ## Test plan - [ ] CI workflows pass with the updated action - [ ] `ci-metadata` job correctly detects changed packages - [ ] `flaky-test-detector` job correctly detects changed test files 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 45d7b06 commit 3b33442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Most changed packages are determined in job_build via Nx
6363
- name: Determine changed packages
64-
uses: dorny/paths-filter@v3.0.1
64+
uses: dorny/paths-filter@v4.0.1
6565
id: changed
6666
with:
6767
filters: |

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
browsers: 'chromium'
5656

5757
- name: Determine changed tests
58-
uses: dorny/paths-filter@v3.0.1
58+
uses: dorny/paths-filter@v4.0.1
5959
id: changed
6060
with:
6161
list-files: json

0 commit comments

Comments
 (0)