From cf0fb5617041ccf1c6a39298cc176cd9e32245f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:54:47 +0000 Subject: [PATCH] chore(deps): update dorny/paths-filter action to v3.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 9213ed85..8b870b53 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.2 + uses: dorny/paths-filter@v3.0.3 id: changes with: list-files: shell diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 4d8e31c4..e688ec56 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.2 + uses: dorny/paths-filter@v3.0.3 id: changes with: list-files: shell