Skip to content

Commit 719ef75

Browse files
authored
Merge pull request #764 from ELIXIR-NO/dependabot/github_actions/all-modules-c46ec7c058
[GitHub Action]: Bump dorny/paths-filter from 3 to 4 in the all-modules group
2 parents c2fdd46 + c79d8d3 commit 719ef75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/detect-changed-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Detect path changes
2020
id: changes
21-
uses: dorny/paths-filter@v3
21+
uses: dorny/paths-filter@v4
2222
with:
2323
filters: |
2424
lega-commander:

.github/workflows/scan-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
mq-interceptor: ${{ steps.changes.outputs.mq-interceptor }}
1818
steps:
1919
- uses: actions/checkout@v6
20-
- uses: dorny/paths-filter@v3
20+
- uses: dorny/paths-filter@v4
2121
id: changes
2222
with:
2323
filters: |

0 commit comments

Comments
 (0)