Skip to content
Snippets Groups Projects
Unverified Commit 71e86340 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump dorny/paths-filter from 2 to 3 (#16869)

parent 93edd093
No related branches found
No related tags found
No related merge requests found
......@@ -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/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment