From 4682703d6507d77adca5f40f9de5720db9f52784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:42:31 +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 c35dea5..8d616a8 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -34,7 +34,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} - name: Detect changes - 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