Bump dorny/paths-filter from 2.12.0 to 3.0.0 (#108894)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-28 20:35:52 +01:00 committed by GitHub
parent 7667024a2f
commit 7c59b0b43c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ jobs:
echo "key=pre-commit-${{ env.CACHE_VERSION }}-${{
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Filter for core changes
uses: dorny/paths-filter@v2.12.0
uses: dorny/paths-filter@v3.0.0
id: core
with:
filters: .core_files.yaml
@ -118,7 +118,7 @@ jobs:
echo "Result:"
cat .integration_paths.yaml
- name: Filter for integration changes
uses: dorny/paths-filter@v2.12.0
uses: dorny/paths-filter@v3.0.0
id: integrations
with:
filters: .integration_paths.yaml