diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6c4352b5f..2ac1c54ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: jsChanged: ${{ steps.filter.outputs.jsChanged }} steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: rschristian/paths-filter@v3 id: filter with: # Should be kept in sync with the filter in the PR Reporter workflow @@ -44,4 +44,4 @@ jobs: name: Benchmarks needs: build_test if: ${{ needs.filter_jobs.outputs.jsChanged == 'true' }} - uses: ./.github/workflows/benchmarks.yml \ No newline at end of file + uses: ./.github/workflows/benchmarks.yml diff --git a/.github/workflows/pr-reporter.yml b/.github/workflows/pr-reporter.yml index 01796fd585..5280e6d2cd 100644 --- a/.github/workflows/pr-reporter.yml +++ b/.github/workflows/pr-reporter.yml @@ -19,7 +19,7 @@ jobs: jsChanged: ${{ steps.filter.outputs.jsChanged }} steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: rschristian/paths-filter@v3 id: filter with: # As this Workflow is triggered by a `workflow_run` event, the filter action @@ -79,4 +79,4 @@ jobs: path: results/**/*.json base-bench-name: preact-main pr-bench-name: preact-local - summarize: 'duration, usedJSHeapSize' \ No newline at end of file + summarize: 'duration, usedJSHeapSize'