diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index c35dea5..8d616a8 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -34,7 +34,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} - name: Detect changes - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 # Skip the filter if there is no PR to filter if: github.event_name == 'pull_request' id: filter