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

wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new e612d2cd8 ci: bump dorny/paths-filter from v2 to v3.0.2 (#2218)
e612d2cd8 is described below

commit e612d2cd8371684a1c2ff42b972234990b0956e9
Author: Dan Wang <wang...@apache.org>
AuthorDate: Wed Apr 9 16:01:46 2025 +0800

    ci: bump dorny/paths-filter from v2 to v3.0.2 (#2218)
    
    Resolve https://github.com/apache/incubator-pegasus/issues/2219.
    
    Fix workflows that failed as dorny/paths-filter@v2 is not allowed to be 
used.
---
 .github/actions/rebuild_thirdparty_if_needed/action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/rebuild_thirdparty_if_needed/action.yaml 
b/.github/actions/rebuild_thirdparty_if_needed/action.yaml
index d0ebc3fbf..06d12c6cd 100644
--- a/.github/actions/rebuild_thirdparty_if_needed/action.yaml
+++ b/.github/actions/rebuild_thirdparty_if_needed/action.yaml
@@ -19,7 +19,7 @@ name: Rebuild thirdparty if needed
 runs:
   using: composite
   steps:
-    - uses: dorny/paths-filter@v2
+    - uses: dorny/paths-filter@v3.0.2
       id: changes
       with:
         filters: |


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pegasus.apache.org
For additional commands, e-mail: commits-h...@pegasus.apache.org

Reply via email to