Skip to content

Commit db2c23a

Browse files
Bump dorny/paths-filter from 3 to 4
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3 to 4. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v3...v4) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5173f5 commit db2c23a

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)