Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Check for infrastructure file changes
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
id: filter
with:
base: ${{ github.event.before }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tofu-fmt-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Check for infrastructure file changes
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
id: filter
with:
# For new branches, compare against develop (the branch features are created from)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tofu-plan-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Check for infrastructure file changes
uses: dorny/paths-filter@v3
uses: dorny/paths-filter@v4
id: filter
with:
# Use the PR's base branch for comparison
Expand Down
Loading