Skip to content

Commit cbff4f5

Browse files
authored
chore(deps): update dorny/paths-filter action to v4 (#3413)
1 parent 3023797 commit cbff4f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push-cft-devtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd infra/build && make build-image-developer-tools
4242
4343
- name: Filter paths for push
44-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
44+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
4545
id: filter
4646
with:
4747
filters: |

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
folder: [cli, infra/blueprint-test, tflint-ruleset-blueprint]
2727
steps:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
29+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3030
id: changes
3131
with:
3232
filters: |

0 commit comments

Comments
 (0)