Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s $COMMIT_SHA)" >> $GITHUB_ENV

- name: Determine changed packages
uses: getsentry/paths-filter@v2.11.1
uses: dorny/paths-filter@v3.0.0
id: changed
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flaky-test-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: npx playwright install-deps

- name: Determine changed tests
uses: getsentry/paths-filter@v2.11.1
uses: dorny/paths-filter@v3.0.0
id: changed
with:
list-files: json
Expand Down