We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0135c2 commit d1e6f1eCopy full SHA for d1e6f1e
.github/workflows/build-and-test.yml
@@ -47,7 +47,7 @@ jobs:
47
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
48
restore-keys: ${{ runner.os }}-cargo-
49
- name: Run sccache-cache
50
- uses: Mozilla-Actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
+ uses: Mozilla-Actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
51
- name: FMT
52
run: cargo fmt --all -- --check
53
- name: Clippy
0 commit comments