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>
This commit is contained in:
dependabot[bot] 2022-10-12 12:05:36 +02:00 committed by GitHub
parent f43c802a03
commit 6e2786ae1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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