Skip to content

Commit fe3aebc

Browse files
chore(deps): update dorny/paths-filter action to v4
1 parent 749e1d0 commit fe3aebc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/diff-values-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v6
2222
- name: Get changes
23-
uses: dorny/paths-filter@v3
23+
uses: dorny/paths-filter@v4
2424
id: filter
2525
with:
2626
list-files: json

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v6
1616
- name: Get changes
17-
uses: dorny/paths-filter@v3
17+
uses: dorny/paths-filter@v4
1818
id: filter
1919
with:
2020
list-files: shell

0 commit comments

Comments
 (0)