From 6e2786ae1cff327213eab8fb91511e122ba9e3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:05:36 +0200 Subject: [PATCH] Bump dorny/paths-filter from 2.10.2 to 2.11.0 (#80151) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb50142c9e0..098f4f590f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: echo "::set-output name=key::pre-commit-${{ env.CACHE_VERSION }}-${{ hashFiles('.pre-commit-config.yaml') }}" - name: Filter for core changes - uses: dorny/paths-filter@v2.10.2 + uses: dorny/paths-filter@v2.11.0 id: core with: filters: .core_files.yaml @@ -85,7 +85,7 @@ jobs: echo "Result:" cat .integration_paths.yaml - name: Filter for integration changes - uses: dorny/paths-filter@v2.10.2 + uses: dorny/paths-filter@v2.11.0 id: integrations with: filters: .integration_paths.yaml