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