Skip to content

Commit

Permalink
Bump dorny/paths-filter from 2 to 3 (#16869)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent 93edd09 commit 71e8634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
integration: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.integration }}
linting: ${{ !startsWith(github.ref, 'refs/pull/') || steps.filter.outputs.linting }}
steps:
- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
# We only check on PRs
if: startsWith(github.ref, 'refs/pull/')
Expand Down

0 comments on commit 71e8634

Please sign in to comment.