Bump dorny/paths-filter from 2.11.0 to 2.11.1 (#80228)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-13 09:57:07 +02:00 committed by GitHub
parent 3c125c4b65
commit 394246abab
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.11.0
uses: dorny/paths-filter@v2.11.1
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.11.0
uses: dorny/paths-filter@v2.11.1
id: integrations
with:
filters: .integration_paths.yaml