File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 toolchain : stable
2727 components : llvm-tools-preview
2828 - name : Rust Cache
29- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
29+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
3030 - name : Install grcov
3131 run : if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
3232 - name : Test
Original file line number Diff line number Diff line change 4646 with :
4747 toolchain : ${{ matrix.rust.version }}
4848 - name : Rust Cache
49- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
49+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
5050 - name : Pin dependencies for MSRV
5151 if : matrix.rust.version == '1.85.0'
5252 run : ./ci/pin-msrv.sh
7272 toolchain : ${{ needs.prepare.outputs.rust_version }}
7373 # target: "thumbv6m-none-eabi"
7474 - name : Rust Cache
75- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
75+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
7676 - name : Check no-std
7777 # TODO "--target thumbv6m-none-eabi" should work but currently does not
7878 run : cargo check --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
9999 toolchain : ${{ needs.prepare.outputs.rust_version }}
100100 targets : " wasm32-unknown-unknown"
101101 - name : Rust Cache
102- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
102+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
103103 - name : Check WASM
104104 run : cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
105105
@@ -134,7 +134,7 @@ jobs:
134134 toolchain : ${{ needs.prepare.outputs.rust_version }}
135135 components : clippy
136136 - name : Rust Cache
137- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
137+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
138138 - name : Clippy
139139 run : cargo clippy --all-features --all-targets -- -D warnings
140140
Original file line number Diff line number Diff line change 1818 persist-credentials : false
1919
2020 - name : Rust Cache
21- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
21+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
2222
2323 - name : Install zizmor
2424 run : cargo install zizmor --locked --version 1.6.0
You can’t perform that action at this time.
0 commit comments