This is an automated email from the ASF dual-hosted git repository.

zhangliang 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 4157c0b540b Fix : upgrade the paths-filter to avoid the nodejs 16 
warning (#30468)
4157c0b540b is described below

commit 4157c0b540bae2dba8bfd22dd3be9f3318826d2f
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Tue Mar 12 19:50:00 2024 +0800

    Fix : upgrade the paths-filter to avoid the nodejs 16 warning (#30468)
    
    * Fix : upgrade the paths-filter to avoid the nodejs 16 warning
    
    * Fix : upgrade the paths-filter to 3.0.2 since apache infra team has 
enabled this plugin
    
    * Fix : upgrade the paths-filter to v3
---
 .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 e149be54072..8b32ceb6b18 100644
--- a/.github/workflows/e2e-operation.yml
+++ b/.github/workflows/e2e-operation.yml
@@ -41,7 +41,7 @@ jobs:
     timeout-minutes: 5
     steps:
       - uses: actions/checkout@v4
-      - uses: dorny/paths-filter@v2
+      - uses: dorny/paths-filter@v3
         id: filter
         with:
           token: ${{ github.token }}

Reply via email to