|
47 | 47 | override: true
|
48 | 48 | profile: minimal
|
49 | 49 | - name: Rust Cache
|
50 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 50 | + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 |
51 | 51 | - name: Pin dependencies for MSRV
|
52 | 52 | if: matrix.rust.version == '1.63.0'
|
53 | 53 | run: ./ci/pin-msrv.sh
|
|
75 | 75 | profile: minimal
|
76 | 76 | # target: "thumbv6m-none-eabi"
|
77 | 77 | - name: Rust Cache
|
78 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 78 | + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 |
79 | 79 | - name: Check bdk wallet
|
80 | 80 | working-directory: ./wallet
|
81 | 81 | # TODO "--target thumbv6m-none-eabi" should work but currently does not
|
@@ -105,7 +105,7 @@ jobs:
|
105 | 105 | profile: minimal
|
106 | 106 | target: "wasm32-unknown-unknown"
|
107 | 107 | - name: Rust Cache
|
108 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 108 | + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 |
109 | 109 | - name: Check bdk wallet
|
110 | 110 | working-directory: ./wallet
|
111 | 111 | run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
|
@@ -144,7 +144,7 @@ jobs:
|
144 | 144 | components: clippy
|
145 | 145 | override: true
|
146 | 146 | - name: Rust Cache
|
147 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 147 | + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 |
148 | 148 | - uses: actions-rs/clippy-check@v1
|
149 | 149 | with:
|
150 | 150 | token: ${{ secrets.GITHUB_TOKEN }}
|
@@ -174,7 +174,7 @@ jobs:
|
174 | 174 | override: true
|
175 | 175 | profile: minimal
|
176 | 176 | - name: Rust Cache
|
177 |
| - uses: Swatinem/rust-cache@v2.7.8 |
| 177 | + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 |
178 | 178 | - name: Build
|
179 | 179 | working-directory: examples/${{ matrix.example-dir }}
|
180 | 180 | run: cargo build
|
0 commit comments