From c1b9ddf37faaf93381bebc48c5964e685c52b25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:02:04 +0000 Subject: [PATCH] Bump dorny/paths-filter from 2 to 4 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 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/v2...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/dotnet-build-and-test.yml | 2 +- .github/workflows/python-integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index d7277dc..1c44632 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v5 with: persist-credentials: false - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/python-integration-tests.yml b/.github/workflows/python-integration-tests.yml index 0357a18..45d7d68 100644 --- a/.github/workflows/python-integration-tests.yml +++ b/.github/workflows/python-integration-tests.yml @@ -85,7 +85,7 @@ jobs: pythonChanges: ${{ steps.filter.outputs.python}} steps: - uses: actions/checkout@v5 - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v4 id: filter with: filters: |