We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2fdd46 + c79d8d3 commit 719ef75Copy full SHA for 719ef75
.github/workflows/detect-changed-components.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Detect path changes
20
id: changes
21
- uses: dorny/paths-filter@v3
+ uses: dorny/paths-filter@v4
22
with:
23
filters: |
24
lega-commander:
.github/workflows/scan-images.yml
@@ -17,7 +17,7 @@ jobs:
17
mq-interceptor: ${{ steps.changes.outputs.mq-interceptor }}
steps:
- uses: actions/checkout@v6
- - uses: dorny/paths-filter@v3
+ - uses: dorny/paths-filter@v4
0 commit comments