Skip to content

Commit c4b049b

Browse files
authored
Merge pull request #1339 from Open-Source-Legal/dependabot/github_actions/dorny/paths-filter-4
Bump dorny/paths-filter from 3 to 4
2 parents 1f4d14b + db2c23a commit c4b049b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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.
@@ -42,9 +42,9 @@ jobs:
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: |

0 commit comments

Comments
 (0)