diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3c30452d..405a35a1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,7 +25,7 @@ jobs: path: ${{ github.workspace }}/${{ env.SERVICE_NAME }} fetch-depth: 5 - name: Determine new changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: filters: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0f207b70..9baeeef6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 5 - name: Determine new changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: filters: | diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 919cbef8..412e2557 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -23,7 +23,7 @@ jobs: path: ${{ github.workspace }}/${{ env.SERVICE_NAME }} fetch-depth: 5 - name: Determine new changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: changes with: filters: |