Skip to content

Commit 3facc9b

Browse files
JohnTitorsyphar
authored andcommitted
Upgrade Swatinem/rust-cache to v2
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 39e508e commit 3facc9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
rustup update stable
3030
3131
- name: restore build & cargo cache
32-
uses: Swatinem/rust-cache@v1
32+
uses: Swatinem/rust-cache@v2
3333

3434
- name: Build
3535
run: cargo build --workspace --locked
@@ -148,6 +148,6 @@ jobs:
148148
rustup component add clippy
149149
150150
- name: restore build & cargo cache
151-
uses: Swatinem/rust-cache@v1
151+
uses: Swatinem/rust-cache@v2
152152

153153
- run: cargo clippy --all-features --all-targets --workspace --locked -- -D warnings

0 commit comments

Comments
 (0)