github: remove incorrect "v" prefix in a cargo-deny-action hash

This commit is contained in:
Martin von Zweigbergk 2022-08-22 20:14:45 -07:00 committed by Martin von Zweigbergk
parent e0208b9e8c
commit 8b049cebd1

View file

@ -79,7 +79,7 @@ jobs:
steps: steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2
- uses: EmbarkStudios/cargo-deny-action@v7257a18a9c2fe3f92b85d41ae473520dff953c97 # v1.3.2 - uses: EmbarkStudios/cargo-deny-action@7257a18a9c2fe3f92b85d41ae473520dff953c97 # v1.3.2
with: with:
command: check ${{ matrix.checks }} command: check ${{ matrix.checks }}