Skip to content

Commit fe45471

Browse files
committed
replace getsentry/paths-filter@v2 with dorny/paths-filter@v2
1 parent 9f31736 commit fe45471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install pip==22.2.2
2929
pip install -r requirements-lint.txt
3030
- name: Check for python file changes
31-
uses: getsentry/paths-filter@v2
31+
uses: dorny/paths-filter@v2
3232
id: filter
3333
with:
3434
list-files: 'shell'

0 commit comments

Comments
 (0)