Skip to content

Commit 9730e54

Browse files
authored
Merge branch 'develop' into fn/add-koa-integration
2 parents 03ed790 + 00e7a2e commit 9730e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "COMMIT_MESSAGE=$(git log -n 1 --pretty=format:%s $COMMIT_SHA)" >> $GITHUB_ENV
8080
8181
- name: Determine changed packages
82-
uses: getsentry/paths-filter@v2.11.1
82+
uses: dorny/paths-filter@v3.0.0
8383
id: changed
8484
with:
8585
filters: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: npx playwright install-deps
7272

7373
- name: Determine changed tests
74-
uses: getsentry/paths-filter@v2.11.1
74+
uses: dorny/paths-filter@v3.0.0
7575
id: changed
7676
with:
7777
list-files: json

0 commit comments

Comments
 (0)