This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-3 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 50b167d13220adf067ebedd37df367832e286c07 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Feb 4 11:59:56 2026 +0300 Update typos action to version 1.43.1 --- .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 676651429..735021640 100644 --- a/.github/workflows/kvrocks.yaml +++ b/.github/workflows/kvrocks.yaml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check typos - uses: crate-ci/[email protected] + uses: crate-ci/[email protected] with: config: .github/config/typos.toml - uses: apache/skywalking-eyes/[email protected]
