Skip to content

Commit 52edda7

Browse files
Merge #102
102: update to swatinem/rust-cache@v2 r=matthiasbeyer a=petreeftime rust-cache@v1 seems to generate some deprecation warnings, so better update to v2. Co-authored-by: Petre Eftime <[email protected]>
2 parents 8c7a068 + 2fac169 commit 52edda7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: dtolnay/rust-toolchain@master
2727
with:
2828
toolchain: ${{ matrix.rust }}
29-
- uses: swatinem/rust-cache@v1
29+
- uses: swatinem/rust-cache@v2
3030
- name: cargo-check
3131
uses: actions-rs/cargo@v1
3232
with:
@@ -51,7 +51,7 @@ jobs:
5151
uses: dtolnay/rust-toolchain@master
5252
with:
5353
toolchain: ${{ matrix.rust }}
54-
- uses: swatinem/rust-cache@v1
54+
- uses: swatinem/rust-cache@v2
5555
- name: cargo-test
5656
uses: actions-rs/cargo@v1
5757
with:
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
toolchain: 1.67.0
109109
components: clippy
110-
- uses: swatinem/rust-cache@v1
110+
- uses: swatinem/rust-cache@v2
111111
- name: cargo-clippy
112112
run: cargo clippy --all --all-targets --all-features
113113

0 commit comments

Comments
 (0)