Skip to content

Commit 1993c7f

Browse files
chore(deps): bump dorny/paths-filter from 3 to 4 (#5835)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7aeded0 commit 1993c7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ jobs:
515515
ok-to-test: ${{ steps.filter.outputs.kurl-addon }}
516516
steps:
517517
- uses: actions/checkout@v6
518-
- uses: dorny/paths-filter@v3
518+
- uses: dorny/paths-filter@v4
519519
id: filter
520520
with:
521521
filters: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
ok-to-test: ${{ steps.filter.outputs.kurl-addon }}
354354
steps:
355355
- uses: actions/checkout@v6
356-
- uses: dorny/paths-filter@v3
356+
- uses: dorny/paths-filter@v4
357357
id: filter
358358
with:
359359
filters: |

0 commit comments

Comments
 (0)