We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dea22 commit 627bdc5Copy full SHA for 627bdc5
.github/workflows/checks.yml
@@ -47,7 +47,7 @@ jobs:
47
key: cargo-${{ hashFiles('**/Cargo.lock') }}
48
49
- name: Format
50
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
+ uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
51
with:
52
command: fmt
53
args: --check
0 commit comments