We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af4fe4 commit b735d7eCopy full SHA for b735d7e
.github/workflows/build-and-test.yml
@@ -70,7 +70,7 @@ jobs:
70
sudo apt-get -y install musl-tools
71
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
72
- name: Rust Cache
73
- uses: Swatinem/rust-cache@v2.7.8
+ uses: Swatinem/rust-cache@v2.8.2
74
with:
75
prefix-key: rust-build-cache-${{ env.RUST_CACHE_VERSION }}
76
env:
0 commit comments