Skip to content

Commit c5e6f26

Browse files
authored
[Chore] Hotfix ci pending actions (#17110)
1 parent 1beecb0 commit c5e6f26

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/api-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
not-ignore: ${{ steps.filter.outputs.not-ignore }}
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
41+
- uses: dorny/paths-filter@v3.0.2
4242
id: filter
4343
with:
4444
filters: |

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
db-schema: ${{ steps.filter.outputs.db-schema }}
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
41+
- uses: dorny/paths-filter@v3.0.2
4242
id: filter
4343
with:
4444
filters: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
helm-doc: ${{ steps.filter.outputs.helm-doc }}
7878
steps:
7979
- uses: actions/checkout@v4
80-
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
80+
- uses: dorny/paths-filter@v3.0.2
8181
id: filter
8282
with:
8383
filters: |

.github/workflows/e2e-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
not-ignore: ${{ steps.filter.outputs.not-ignore }}
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
41+
- uses: dorny/paths-filter@v3.0.2
4242
id: filter
4343
with:
4444
filters: |

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
not-ignore: ${{ steps.filter.outputs.not-ignore }}
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
43+
- uses: dorny/paths-filter@v3.0.2
4444
id: filter
4545
with:
4646
filters: |

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
not-ignore: ${{ steps.filter.outputs.not-ignore }}
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
46+
- uses: dorny/paths-filter@v3.0.2
4747
id: filter
4848
with:
4949
filters: |

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
not-ignore: ${{ steps.filter.outputs.not-ignore }}
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
46+
- uses: dorny/paths-filter@v3.0.2
4747
id: filter
4848
with:
4949
filters: |

0 commit comments

Comments
 (0)