Skip to content

Commit

Permalink
[MNT] [Dependabot](deps): Bump dorny/paths-filter from 2 to 3 (#5838)
Browse files Browse the repository at this point in the history
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2
to 3.
  • Loading branch information
dependabot[bot] committed Jan 26, 2024
1 parent ca0d707 commit 70df934
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_base.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
outputs:
base: ${{ steps.filter.outputs.base }}
steps:
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_main.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
datasets: ${{ steps.filter.outputs.datasets }}
pyproject: ${{ steps.filter.outputs.pyproject }}
steps:
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_module.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
outputs:
module_changes: ${{ steps.filter.outputs.changes }}
steps:
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_other.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
outputs:
other_change: ${{ steps.filter.outputs.other_change }}
steps:
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down

0 comments on commit 70df934

Please sign in to comment.