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