diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 259277b16669f..febd10ef83c94 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v3.0.0 - name: Filter for core changes - uses: dorny/paths-filter@v2.10.2 + uses: dorny/paths-filter@v3.0.1 id: core with: filters: .core_files.yaml @@ -68,7 +68,7 @@ jobs: echo "Result:" cat .integration_paths.yaml - name: Filter for integration changes - uses: dorny/paths-filter@v2.10.2 + uses: dorny/paths-filter@v3.0.1 id: integrations with: filters: .integration_paths.yaml