From 161cc2077a3f48605ecb462184e3ef2bf8b3dd2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 12:58:19 +0000 Subject: [PATCH] chore(deps): update dorny/paths-filter action to v4.0.3 --- .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 890c2de5..018b76ba 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@v4.0.1 + uses: dorny/paths-filter@v4.0.3 id: changes with: list-files: shell diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 31d31eff..05bb8223 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@v4.0.1 + uses: dorny/paths-filter@v4.0.3 id: changes with: list-files: shell