Skip to content

Commit

Permalink
Merge pull request #3780 from PyO3/dependabot/github_actions/dorny/pa…
Browse files Browse the repository at this point in the history
…ths-filter-3

Bump dorny/paths-filter from 2 to 3
  • Loading branch information
davidhewitt authored Jan 29, 2024
2 parents 0d421b1 + ab90403 commit fbe6f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbe6f15

Please sign in to comment.