From 086d9952c089b6ff23b3e4ee7decba7982f037b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:51:55 +0000 Subject: [PATCH] ci(deps): Update dorny/paths-filter action to v4 --- .github/workflows/cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 52cc7188..22d6990d 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 @@ -138,7 +138,7 @@ jobs: run: git config --global url."https://foo:${{ steps.gh-app-auth.outputs.token }}@github.com".insteadOf ssh://git@github.com # Using this to avoid unnecessary runs when files have not changed - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter with: filters: |