Skip to content

Commit 627bdc5

Browse files
committed
fix: autopin dependencies
1 parent 70dea22 commit 627bdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
key: cargo-${{ hashFiles('**/Cargo.lock') }}
4848

4949
- name: Format
50-
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
50+
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
5151
with:
5252
command: fmt
5353
args: --check

0 commit comments

Comments
 (0)