From fbfe2dba9488c79f99f50f5e582e5d186d7b1d83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:40:28 -0400 Subject: [PATCH] [deps]: Update dorny/paths-filter action to v4 (#19854) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/alert-ddg-files-modified.yml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/test-browser-interactions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alert-ddg-files-modified.yml b/.github/workflows/alert-ddg-files-modified.yml index 49918563644..0556e83b83d 100644 --- a/.github/workflows/alert-ddg-files-modified.yml +++ b/.github/workflows/alert-ddg-files-modified.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: changed-files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 with: list-files: shell filters: | diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index be3b9375bde..0a73f48a8dc 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -51,7 +51,7 @@ jobs: - name: Get changed files id: get-changed-files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 with: filters: | storyFiles: diff --git a/.github/workflows/test-browser-interactions.yml b/.github/workflows/test-browser-interactions.yml index f4926bd4004..f2017ceb53a 100644 --- a/.github/workflows/test-browser-interactions.yml +++ b/.github/workflows/test-browser-interactions.yml @@ -61,7 +61,7 @@ jobs: - name: Get changed files id: changed-files - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 with: list-files: shell ref: ${{ github.event.workflow_run.head_branch }}