diff --git a/.github/workflows/helidon.yml b/.github/workflows/helidon.yml index 1acfb2a..4cb5520 100644 --- a/.github/workflows/helidon.yml +++ b/.github/workflows/helidon.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Configure apps to test - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/micronaut.yml b/.github/workflows/micronaut.yml index f26a712..47c5002 100644 --- a/.github/workflows/micronaut.yml +++ b/.github/workflows/micronaut.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Configure apps to test - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/quarkus.yml b/.github/workflows/quarkus.yml index 7e7cdf9..f0eca3e 100644 --- a/.github/workflows/quarkus.yml +++ b/.github/workflows/quarkus.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Configure apps to test - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: filters: | diff --git a/.github/workflows/spring-boot.yml b/.github/workflows/spring-boot.yml index 889e547..7bb6995 100644 --- a/.github/workflows/spring-boot.yml +++ b/.github/workflows/spring-boot.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Configure apps to test - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 id: filter with: filters: |