Skip to content

Commit 36fe20e

Browse files
chore(deps): update dorny/paths-filter action to v4
1 parent 7f29a02 commit 36fe20e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-dev.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
base: ${{ github.event.before }}

.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)