From 621a75921457f2a66d2e00ef2791332eebb2112a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:13:46 +0000 Subject: [PATCH] ci(deps): bump dorny/paths-filter from 3 to 4 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3 to 4. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-wheels.yml | 2 +- .github/workflows/ci-py.yml | 2 +- .github/workflows/ci-qir-runner.yml | 2 +- .github/workflows/ci-rs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 3f49874..c253c24 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -32,7 +32,7 @@ jobs: echo "publish_release=$SHOULD_RELEASE" >> $GITHUB_OUTPUT env: SHOULD_RELEASE: ${{ (github.event_name == 'release') }} - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: .github/change-filters.yml diff --git a/.github/workflows/ci-py.yml b/.github/workflows/ci-py.yml index 7ad0c4b..074a962 100644 --- a/.github/workflows/ci-py.yml +++ b/.github/workflows/ci-py.yml @@ -34,7 +34,7 @@ jobs: python: ${{ github.ref_name == github.event.repository.default_branch || steps.filter.outputs.python-workflow }} steps: - uses: actions/checkout@v6 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: .github/change-filters.yml diff --git a/.github/workflows/ci-qir-runner.yml b/.github/workflows/ci-qir-runner.yml index 614d7d2..7601286 100644 --- a/.github/workflows/ci-qir-runner.yml +++ b/.github/workflows/ci-qir-runner.yml @@ -32,7 +32,7 @@ jobs: has-changes: ${{ github.ref_name == github.event.repository.default_branch || steps.filter.outputs.qir-runner }} steps: - uses: actions/checkout@v6 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: .github/change-filters.yml diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 5a9c440..e6799a8 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -54,7 +54,7 @@ jobs: env: OVERRIDE_LABEL: ${{ github.event_name == 'pull_request' && contains( github.event.pull_request.labels.*.name, 'run-ci-checks') }} DEFAULT_BRANCH: ${{ github.ref_name == github.event.repository.default_branch }} - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: .github/change-filters.yml