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

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 077b41fae chore: set CMAKE_POLICY_VERSION_MINIMUM & pin the version of 
dorny/paths-filter (#2870)
077b41fae is described below

commit 077b41fae6bdaf4a1c7b8175f9450308da731e02
Author: Twice <[email protected]>
AuthorDate: Wed Apr 9 15:10:32 2025 +0800

    chore: set CMAKE_POLICY_VERSION_MINIMUM & pin the version of 
dorny/paths-filter (#2870)
---
 .github/workflows/kvrocks.yaml | 2 +-
 CMakeLists.txt                 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 5b6076fc3..a5519042d 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -40,7 +40,7 @@ jobs:
       docs_only: ${{ steps.result.outputs.docs_only }}
     steps:
       - uses: actions/checkout@v4
-      - uses: dorny/paths-filter@v3
+      - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
         id: changes
         with:
           filters: .github/config/changes.yml
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64d819427..ec1e85acb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,8 @@ project(kvrocks
         DESCRIPTION "NoSQL which is based on RocksDB and compatible with the 
Redis protocol"
         LANGUAGES C CXX)
 
+set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
+
 option(DISABLE_JEMALLOC "disable use of the jemalloc library" OFF)
 option(ENABLE_ASAN "enable address sanitizer" OFF)
 option(ENABLE_TSAN "enable thread sanitizer" OFF)

Reply via email to