Skip to content

Commit 4813935

Browse files
ci(github-action)!: Update dorny/paths-filter ( v3 ➔ v4 )
| datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | dorny/paths-filter | v3 | v4 |
1 parent 8137eb0 commit 4813935

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/workflow_call-get_changed_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323

2424
- name: Collect changed files
25-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
25+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
2626
id: filter
2727
with:
2828
list-files: json

.github/workflows/workflow_call-lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 1
2626

27-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
27+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
2828
id: filter
2929
with:
3030
list-files: shell
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5252

53-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
53+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
5454
id: filter
5555
with:
5656
list-files: shell
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7878

79-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
79+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
8080
id: filter
8181
with:
8282
list-files: shell

0 commit comments

Comments
 (0)