Skip to content

Commit 24a24aa

Browse files
ci(deps): Bump dorny/paths-filter from 3.0.1 to 4.0.1
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.1 to 4.0.1. - [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.0.1...v4.0.1) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a397a3 commit 24a24aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
# Most changed packages are determined in job_build via Nx
6060
- name: Determine changed packages
61-
uses: dorny/paths-filter@v3.0.1
61+
uses: dorny/paths-filter@v4.0.1
6262
id: changed
6363
with:
6464
filters: |

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
browsers: 'chromium'
5656

5757
- name: Determine changed tests
58-
uses: dorny/paths-filter@v3.0.1
58+
uses: dorny/paths-filter@v4.0.1
5959
id: changed
6060
with:
6161
list-files: json

0 commit comments

Comments
 (0)