diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 49b3e1ac1..cdeb62a99 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@master - name: Check for markdown file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 7739181a2..f900a051e 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for backend file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }} diff --git a/.github/workflows/test-webapp.yml b/.github/workflows/test-webapp.yml index 5edcf22df..4d3ac6784 100644 --- a/.github/workflows/test-webapp.yml +++ b/.github/workflows/test-webapp.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for frontend file changes - uses: dorny/paths-filter@v2.11.1 + uses: dorny/paths-filter@v3.0.0 id: changes with: token: ${{ github.token }}