From 3a85ddb0abbec797e5e4509ab90ae3b3d82d04bd Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Thu, 1 Feb 2024 09:05:19 +0100 Subject: [PATCH] build(ci): Update paths-filter action to v3.0.0 Also move off our custom fork as that is no longer needed. --- .github/workflows/build.yml | 2 +- .github/workflows/flaky-test-detector.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 036cbccd5947..4364ab877f0d 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