Skip to content

Commit 97546e0

Browse files
authored
Update cargo-deny-actions (#1627)
Update cargo-deny-actions to fix CI error.
1 parent a03ce3d commit 97546e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: ${{ matrix.checks == 'advisories' }}
4949
steps:
5050
- uses: actions/checkout@v3
51-
- uses: EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393
51+
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918
5252
with:
5353
command: check ${{ matrix.checks }}
5454

0 commit comments

Comments
 (0)