From 7cdbfc60bb038e9996bd6db0ae1e9fea08795f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:32:22 +0000 Subject: [PATCH] chore(ci): 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/ci-python.yml | 2 +- .github/workflows/ci-web.yml | 2 +- .github/workflows/generate-python-docs.yml | 2 +- .github/workflows/update-screenshots.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 9e780cd..5ca5764 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -13,7 +13,7 @@ jobs: python: ${{ steps.filter.outputs.python }} steps: - uses: actions/checkout@v6 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/ci-web.yml b/.github/workflows/ci-web.yml index 3c8f102..3a2911b 100644 --- a/.github/workflows/ci-web.yml +++ b/.github/workflows/ci-web.yml @@ -13,7 +13,7 @@ jobs: web: ${{ steps.filter.outputs.web }} steps: - uses: actions/checkout@v6 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/generate-python-docs.yml b/.github/workflows/generate-python-docs.yml index 743e0ba..835db85 100644 --- a/.github/workflows/generate-python-docs.yml +++ b/.github/workflows/generate-python-docs.yml @@ -16,7 +16,7 @@ jobs: python: ${{ steps.filter.outputs.python }} steps: - uses: actions/checkout@v6 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/update-screenshots.yml b/.github/workflows/update-screenshots.yml index cd2a1cf..f21fb2e 100644 --- a/.github/workflows/update-screenshots.yml +++ b/.github/workflows/update-screenshots.yml @@ -16,7 +16,7 @@ jobs: mockups: ${{ steps.filter.outputs.mockups }} steps: - uses: actions/checkout@v6 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: |