We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359a54f commit fc15dd2Copy full SHA for fc15dd2
.github/workflows/rust.yml
@@ -44,7 +44,7 @@ jobs:
44
toolchain: stable
45
46
# Cache the built dependencies
47
- - uses: Swatinem/rust-cache@v2.7.3
+ - uses: Swatinem/rust-cache@v2.7.6
48
with:
49
save-if: ${{ github.event_name == 'push' }}
50
0 commit comments