diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml index 0bf7166964a5..349303081265 100644 --- a/.github/workflows/ci_check.yml +++ b/.github/workflows/ci_check.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check typos - uses: crate-ci/typos@v1.24.6 + uses: crate-ci/typos@v1.28.4 licenses: runs-on: ubuntu-latest diff --git a/.github/workflows/ci_odev.yml b/.github/workflows/ci_odev.yml index fcf2c39ca12a..f9865ccedef0 100644 --- a/.github/workflows/ci_odev.yml +++ b/.github/workflows/ci_odev.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -name: ODev CI +name: odev CI on: push: diff --git a/core/src/raw/adapters/kv/api.rs b/core/src/raw/adapters/kv/api.rs index 2790a53d9238..5cea5ebf4bcc 100644 --- a/core/src/raw/adapters/kv/api.rs +++ b/core/src/raw/adapters/kv/api.rs @@ -93,7 +93,7 @@ impl Scan for Box { /// /// By implement this trait, any kv service can work as an OpenDAL Service. pub trait Adapter: Send + Sync + Debug + Unpin + 'static { - /// TODO: use default associate type `= ()` after stablized + /// TODO: use default associate type `= ()` after stabilized type Scanner: Scan; /// Return the info of this key value accessor.