File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 changes :
2828 # Path filtering only gates pull_request events; pushes to protected
2929 # branches always run downstream regardless of which files changed.
30- # dorny/paths-filter@v3 additionally needs a checked-out repo on push
30+ # dorny/paths-filter@v4 additionally needs a checked-out repo on push
3131 # events (it shells out to `git branch --show-current`), so scoping
3232 # this job to pull_request avoids the "fatal: not a git repository"
3333 # red X that would otherwise appear on every push to main.
4242 outputs :
4343 backend : ${{ steps.filter.outputs.backend }}
4444 steps :
45- # No checkout needed: dorny/paths-filter@v3 reads diffs from the
45+ # No checkout needed: dorny/paths-filter@v4 reads diffs from the
4646 # pull_request event payload.
47- - uses : dorny/paths-filter@v3
47+ - uses : dorny/paths-filter@v4
4848 id : filter
4949 with :
5050 filters : |
You can’t perform that action at this time.
0 commit comments