Skip to content

Commit 52b0ee6

Browse files
authored
Merge pull request #240 from brave/fix/autopin-deps-20250328010510362
fix: autopin dependencies
2 parents 70dea22 + 627bdc5 commit 52b0ee6

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)