We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b8e97 commit 80068b7Copy full SHA for 80068b7
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
continue-on-error: ${{ matrix.checks == 'advisories' }}
40
steps:
41
- uses: actions/checkout@v4
42
- - uses: EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393
+ - uses: EmbarkStudios/cargo-deny-action@8d73959fce1cdc8989f23fdf03bec6ae6a6576ef
43
with:
44
command: check ${{ matrix.checks }}
45
# leave arguments empty so we don't test --all-features
0 commit comments