From 91d8555db080231b12780f07f4ba1ae0430e24f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:05:04 +0000 Subject: [PATCH] chore(deps): update dorny/paths-filter action to v4 --- .github/workflows/compile-scripts.yaml | 2 +- .github/workflows/generate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-scripts.yaml b/.github/workflows/compile-scripts.yaml index 8b870b53..32a93bbc 100644 --- a/.github/workflows/compile-scripts.yaml +++ b/.github/workflows/compile-scripts.yaml @@ -22,7 +22,7 @@ jobs: # Checks for changes in the 'compiled' and 'src' directories # We also check for deleted files so we can cleanup the compiled directory - name: Collect Changes for Upcoming Jobs - uses: dorny/paths-filter@v3.0.3 + uses: dorny/paths-filter@v4.0.1 id: changes with: list-files: shell diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index e688ec56..70f5850a 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -22,7 +22,7 @@ jobs: - name: Collect Changes if : ${{ inputs.force != true }} - uses: dorny/paths-filter@v3.0.3 + uses: dorny/paths-filter@v4.0.1 id: changes with: list-files: shell