From f079f543aafbd533d07b0df4c313a5b278d9be7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:48:50 +0000 Subject: [PATCH] ci(deps): Update dorny/paths-filter action to v4 --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 70073e66..22c893ef 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.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