Skip to content

Commit c6cb813

Browse files
chore(deps): update dorny/paths-filter action to v4
1 parent 57dc130 commit c6cb813

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-tofu-fmt-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Check for infrastructure file changes
25-
uses: dorny/paths-filter@v3
25+
uses: dorny/paths-filter@v4
2626
id: filter
2727
with:
2828
# For new branches, compare against develop (the branch features are created from)

.github/workflows/pr-tofu-plan-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Check for infrastructure file changes
27-
uses: dorny/paths-filter@v3
27+
uses: dorny/paths-filter@v4
2828
id: filter
2929
with:
3030
# Use the PR's base branch for comparison

0 commit comments

Comments
 (0)