Skip to content

Commit 86c663c

Browse files
build(deps): bump dorny/paths-filter from 2 to 3 (#470)
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v2...v3) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe7e8d1 commit 86c663c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/actions/setup-python
4242
- name: Run lint
4343
uses: ./.github/actions/lint
44-
- uses: dorny/paths-filter@v2
44+
- uses: dorny/paths-filter@v3
4545
id: filter
4646
with:
4747
filters: ./.github/changes-filter.yaml

.github/workflows/ci-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
integration_tests: ${{ steps.filter.outputs.integration_tests }}
2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: dorny/paths-filter@v2
25+
- uses: dorny/paths-filter@v3
2626
id: filter
2727
with:
2828
filters: ./.github/changes-filter.yaml

0 commit comments

Comments
 (0)