From 97cee7c40c8afec26bb864bcc533438aee7686cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:50:06 +0000 Subject: [PATCH] chore: 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/checks.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/on-pr.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3c30452d..405a35a1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,7 +25,7 @@ jobs: path: ${{ github.workspace }}/${{ env.SERVICE_NAME }} fetch-depth: 5 - name: Determine new changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: filters: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0f207b70..9baeeef6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 5 - name: Determine new changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: filters: | diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 919cbef8..412e2557 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -23,7 +23,7 @@ jobs: path: ${{ github.workspace }}/${{ env.SERVICE_NAME }} fetch-depth: 5 - name: Determine new changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: filters: |