This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 1dea16fb680 Fix dorny/paths-filter error in Operation E2E (#35403)
1dea16fb680 is described below
commit 1dea16fb680e47ba6970c3aa2c38b649f73d5420
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Wed May 14 18:14:57 2025 +0800
Fix dorny/paths-filter error in Operation E2E (#35403)
---
.github/workflows/e2e-operation.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e-operation.yml
b/.github/workflows/e2e-operation.yml
index 6779efe54b0..39687c0aa72 100644
--- a/.github/workflows/e2e-operation.yml
+++ b/.github/workflows/e2e-operation.yml
@@ -40,7 +40,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- - uses: dorny/paths-filter@v3
+ - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter
with:
token: ${{ github.token }}