Skip to content

Commit f73287a

Browse files
committed
Fix dorny/paths-filter pin to include predicate-quantifier in action.yml
The PR originally pinned dorny/paths-filter at de90cc6 (v3.0.2), which introduced the predicate-quantifier feature in source code but forgot to declare it in action.yml. This caused GitHub Actions to emit an "Unexpected input" warning. Update the pin to 209e614, the next commit on master which adds the missing action.yml declaration. https://claude.ai/code/session_01NYUwFsgQFJ9HSuJ44VJvGU
1 parent 8781c94 commit f73287a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v6
4747
- name: Check for code changes (exclusion patterns)
48-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
48+
uses: dorny/paths-filter@209e61402dbca8aa44f967535da6666b284025ed
4949
id: filter_exclusions
5050
with:
5151
predicate-quantifier: every
@@ -71,7 +71,7 @@ jobs:
7171
- '!packages/react-native-popup-menu-android/**'
7272
- '!packages/rn-tester/android/**'
7373
- name: Check for code changes (inclusion patterns)
74-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
74+
uses: dorny/paths-filter@209e61402dbca8aa44f967535da6666b284025ed
7575
id: filter_inclusions
7676
with:
7777
filters: |

0 commit comments

Comments
 (0)