From 8f601abf378a6a2a2f47e95261d1c2851de69bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 06:32:24 +0000 Subject: [PATCH] Bump dorny/paths-filter from 2.10.2 to 2.11.0 Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.10.2 to 2.11.0. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2.10.2...v2.11.0) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 502006d8d2c574..9b872a7bc2192d 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.2 - 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 @@ -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@v2.11.0 id: integrations with: filters: .integration_paths.yaml