We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a01fa commit 352b8cdCopy full SHA for 352b8cd
.github/workflows/rust.yml
@@ -68,6 +68,6 @@ jobs:
68
continue-on-error: ${{ matrix.checks == 'advisories' }}
69
steps:
70
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
71
- - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868
+ - uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba
72
with:
73
command: check ${{ matrix.checks }}
0 commit comments