Skip to content

Commit a2fd449

Browse files
Bump dorny/paths-filter from 3 to 4 (#1604)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abdurrahmaan Iqbal <[email protected]>
1 parent 1e831fb commit a2fd449

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-pr-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
features: ${{ steps.filter.outputs.changes }}
1717
steps:
18-
- uses: dorny/paths-filter@v3
18+
- uses: dorny/paths-filter@v4
1919
id: filter
2020
with:
2121
# NOTE: To extend this workflow to other features, add filter entries below

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
outputs:
99
features: ${{ steps.filter.outputs.changes }}
1010
steps:
11-
- uses: dorny/paths-filter@v3
11+
- uses: dorny/paths-filter@v4
1212
id: filter
1313
with:
1414
filters: |

0 commit comments

Comments
 (0)