From 3cf469326134bbe18d86a254642e27405a7ce5d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:09:58 +0000 Subject: [PATCH] ci(deps): Update dorny/paths-filter action to v4 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index c616bd17..ad59c00d 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -38,7 +38,7 @@ jobs: id: commitlint with: configFile: .commitlintrc.json - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 # Skip the filter if there is no PR to filter if: github.event_name == 'pull_request' id: filter