diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 65fb5bc..2b1fc53 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Detect changed paths - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index afaeda7..45ba972 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Detect changed paths - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: filters: |