This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit ca248a021ee8b520ba253ca2a0bd8ba86d4ba38d Author: Twice <[email protected]> AuthorDate: Tue Apr 8 10:47:16 2025 +0800 ci: pin the version of dorny/paths-filter to pass the allowlist --- .github/workflows/kvrocks.yaml | 2 +- 1 file changed, 1 insertion(+), 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
