Skip to content

Commit 930e518

Browse files
committed
Update cache action
1 parent a25463d commit 930e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
9292
9393
- name: Load Rust Cache
94-
uses: Swatinem/rust-cache@v1
94+
uses: Swatinem/rust-cache@v2.7.7
9595

9696
- name: Rustfmt
9797
if: contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)