We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25463d commit 930e518Copy full SHA for 930e518
.github/workflows/rust.yml
@@ -91,7 +91,7 @@ jobs:
91
sudo ln -s /usr/bin/llvm-config-7 /usr/local/bin/llvm-config
92
93
- name: Load Rust Cache
94
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2.7.7
95
96
- name: Rustfmt
97
if: contains(matrix.os, 'ubuntu')
0 commit comments