Skip to content

Commit 00e7a2e

Browse files
authored
build(ci): Update paths-filter action to v3.0.0 (#10449)
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
1 parent 2000d7e commit 00e7a2e

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)