Skip to content

Commit d7fb65a

Browse files
committed
ci: bump rust-cache to v2.8.0
Swatinem/rust-cache is now pinned to a commit at 98c8021b550208e191a6a3145459bfc9fb29c4c0.
1 parent c21ff21 commit d7fb65a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
profile: minimal
2929
components: llvm-tools-preview
3030
- name: Rust Cache
31-
uses: Swatinem/rust-cache@v2.7.8
31+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
3232
- name: Install grcov
3333
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
3434
- name: Test

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
override: true
4848
profile: minimal
4949
- name: Rust Cache
50-
uses: Swatinem/rust-cache@v2.7.8
50+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
5151
- name: Pin dependencies for MSRV
5252
if: matrix.rust.version == '1.63.0'
5353
run: ./ci/pin-msrv.sh
@@ -75,7 +75,7 @@ jobs:
7575
profile: minimal
7676
# target: "thumbv6m-none-eabi"
7777
- name: Rust Cache
78-
uses: Swatinem/rust-cache@v2.7.8
78+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
7979
- name: Check bdk wallet
8080
working-directory: ./wallet
8181
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -105,7 +105,7 @@ jobs:
105105
profile: minimal
106106
target: "wasm32-unknown-unknown"
107107
- name: Rust Cache
108-
uses: Swatinem/rust-cache@v2.7.8
108+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
109109
- name: Check bdk wallet
110110
working-directory: ./wallet
111111
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -144,7 +144,7 @@ jobs:
144144
components: clippy
145145
override: true
146146
- name: Rust Cache
147-
uses: Swatinem/rust-cache@v2.7.8
147+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
148148
- uses: actions-rs/clippy-check@v1
149149
with:
150150
token: ${{ secrets.GITHUB_TOKEN }}
@@ -174,7 +174,7 @@ jobs:
174174
override: true
175175
profile: minimal
176176
- name: Rust Cache
177-
uses: Swatinem/rust-cache@v2.7.8
177+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
178178
- name: Build
179179
working-directory: examples/${{ matrix.example-dir }}
180180
run: cargo build

0 commit comments

Comments
 (0)