diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index d29a5b200..2a2a280a3 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -24,7 +24,7 @@ jobs: profile: minimal components: llvm-tools-preview - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Install grcov run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi - name: Test diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index b9c1664b2..5e900663a 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -39,7 +39,7 @@ jobs: override: true profile: minimal - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Pin dependencies for 1.75 if: matrix.rust.version == '1.75.0' run: | @@ -72,7 +72,7 @@ jobs: profile: minimal # target: "thumbv6m-none-eabi" - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Check bdk_chain working-directory: ./crates/chain # TODO "--target thumbv6m-none-eabi" should work but currently does not @@ -108,7 +108,7 @@ jobs: profile: minimal target: "wasm32-unknown-unknown" - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Check bdk wallet working-directory: ./crates/wallet run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown @@ -147,7 +147,7 @@ jobs: components: clippy override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -179,7 +179,7 @@ jobs: override: true profile: minimal - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Build working-directory: example-crates/${{ matrix.example-dir }} run: cargo build diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 6e821c6d2..04f90d766 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -16,7 +16,7 @@ jobs: - name: Update toolchain run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Build docs run: cargo doc --no-deps env: