Skip to content

Commit

Permalink
build(ci): Update paths-filter action to v3.0.0 (#10449)
Browse files Browse the repository at this point in the history
Also move off our custom fork as that is no longer needed.

This mainly fixes the node16 deprecation warning for the action:
https://github.com/dorny/paths-filter/releases/tag/v3.0.0
  • Loading branch information
mydea authored Feb 1, 2024
1 parent 2000d7e commit 00e7a2e
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
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

0 comments on commit 00e7a2e

Please sign in to comment.