From 54eac9add3e91881e7cdca6c8b1d7cee931dcd97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:14:14 +0000 Subject: [PATCH] chore(deps): update dorny/paths-filter action to v4 --- .github/workflows/lint-markdown.yaml | 2 +- .github/workflows/lint-shell.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-markdown.yaml b/.github/workflows/lint-markdown.yaml index b013612c..01fd1743 100644 --- a/.github/workflows/lint-markdown.yaml +++ b/.github/workflows/lint-markdown.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Get changes - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v4 id: filter with: list-files: shell diff --git a/.github/workflows/lint-shell.yaml b/.github/workflows/lint-shell.yaml index 0281cc28..c72fcd14 100644 --- a/.github/workflows/lint-shell.yaml +++ b/.github/workflows/lint-shell.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Get changes - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v4 id: filter with: list-files: shell diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6b3cab42..6e6d616f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Get changes - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v4 id: filter with: list-files: shell