Merge pull request #3780 from PyO3/dependabot/github_actions/dorny/paths-filter-3

Bump dorny/paths-filter from 2 to 3
This commit is contained in:
David Hewitt 2024-01-29 21:06:38 +00:00 committed by GitHub
commit fbe6f158ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ jobs:
env:
CARGO_TARGET_DIR: ${{ github.workspace }}/target
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
# pypy 3.7 and 3.8 are not PEP 3123 compliant so fail checks here
if: ${{ inputs.rust == 'stable' && inputs.python-version != 'pypy3.7' && inputs.python-version != 'pypy3.8' }}
id: ffi-changes