diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a46006fe5325..a519965d9212 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.github/workflows/flaky-test-detector.yml b/.github/workflows/flaky-test-detector.yml index 7774ca1d8d0b..6a68dc7278d1 100644 --- a/.github/workflows/flaky-test-detector.yml +++ b/.github/workflows/flaky-test-detector.yml @@ -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