We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a459f3 commit eb9b96dCopy full SHA for eb9b96d
.github/workflows/build-and-test.yml
@@ -45,7 +45,7 @@ jobs:
45
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46
restore-keys: ${{ runner.os }}-cargo-
47
- name: Run sccache-cache
48
- uses: mozilla-actions/[email protected].4
+ uses: mozilla-actions/[email protected].6
49
- name: FMT
50
run: cargo fmt --all -- --check
51
- name: Clippy
0 commit comments