File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 4242 steps :
4343 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444 - name : Install cargo-audit
45- run : cargo install cargo-audit
45+ uses : taiki-e/install-action@849bd009f730a24e9db18262f4e9f062591dee39 # v2
46+ with :
47+ tool : cargo-audit
4648 - name : Run audit check
4749 # Ignored until https://github.com/apache/datafusion/issues/15571
4850 # ignored py03 warning until arrow 55 upgrade
Original file line number Diff line number Diff line change @@ -409,8 +409,9 @@ jobs:
409409 sudo apt-get update -qq
410410 sudo apt-get install -y -qq clang
411411 - name : Setup wasm-pack
412- run : |
413- cargo install wasm-pack
412+ uses : taiki-e/install-action@849bd009f730a24e9db18262f4e9f062591dee39 # v2
413+ with :
414+ tool : wasm-pack
414415 - name : Run tests with headless mode
415416 working-directory : ./datafusion/wasmtest
416417 run : |
@@ -749,7 +750,10 @@ jobs:
749750 - name : Setup Rust toolchain
750751 uses : ./.github/actions/setup-builder
751752 - name : Install cargo-msrv
752- run : cargo install cargo-msrv
753+ uses : taiki-e/install-action@849bd009f730a24e9db18262f4e9f062591dee39 # v2
754+ with :
755+ tool : cargo-msrv
756+
753757 - name : Check datafusion
754758 working-directory : datafusion/core
755759 run : |
You can’t perform that action at this time.
0 commit comments