Skip to content

Commit

Permalink
Merge branch 'develop' into fn/add-koa-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Feb 1, 2024
2 parents 03ed790 + 00e7a2e commit 9730e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
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
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

0 comments on commit 9730e54

Please sign in to comment.