Skip to content

Commit 0dd9f4c

Browse files
chore(deps): update dorny/paths-filter action to v4 (#857)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d62f28a commit 0dd9f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v6
39-
- uses: dorny/paths-filter@v3
39+
- uses: dorny/paths-filter@v4
4040
id: filter
4141
with:
4242
base: master

.github/workflows/gha-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v6
18-
- uses: dorny/paths-filter@v3
18+
- uses: dorny/paths-filter@v4
1919
id: filter
2020
with:
2121
base: master

0 commit comments

Comments
 (0)