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 62704d90 Bump typo checker in CI to 1.18.1 (#2093)
62704d90 is described below

commit 62704d90ff1bbd575d4d2222bc85354ed5c50bf2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Feb 9 14:30:44 2024 +0200

    Bump typo checker in CI to 1.18.1 (#2093)
    
    Co-authored-by: hulk <[email protected]>
---
 .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 84f1a1ab..ac7bfd87 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -58,7 +58,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Install typos
-        run: curl -LsSf 
https://github.com/crate-ci/typos/releases/download/v1.16.3/typos-v1.16.3-x86_64-unknown-linux-musl.tar.gz
 | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
+        run: curl -LsSf 
https://github.com/crate-ci/typos/releases/download/v1.18.1/typos-v1.18.1-x86_64-unknown-linux-musl.tar.gz
 | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
       - name: Run typos check
         run: typos --config .github/config/typos.toml
 

Reply via email to