This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push: new f2dd1dde89 ci: Bump nextest to 0.9.72 (#4932) f2dd1dde89 is described below commit f2dd1dde89935b3b075b8e22d5a88ca4ea0997de Author: Xuanwo <git...@xuanwo.io> AuthorDate: Fri Jul 26 20:43:15 2024 +0800 ci: Bump nextest to 0.9.72 (#4932) Signed-off-by: Xuanwo <git...@xuanwo.io> --- .github/actions/setup/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 79468ab816..652b8a493b 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -72,12 +72,12 @@ runs: path: | ~/.cargo/bin/cargo-nextest ~/.cargo/bin/cargo-nextest.exe - key: r0-${{runner.os}}-nextest-0.9.59 + key: r0-${{runner.os}}-nextest-0.9.72 - name: Build nextest if not cached if: steps.cache-nextest.outputs.cache-hit != 'true' && inputs.need-nextest == 'true' shell: bash - run: cargo install cargo-nextest@0.9.59 --locked + run: cargo install cargo-nextest@0.9.72 --locked - name: Cache cargo-deny on linux id: cache-deny