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 259298a commit bf9c835Copy full SHA for bf9c835
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
15
labels: bottlerocket_ubuntu-latest_16-core
16
steps:
17
- uses: actions/checkout@v3
18
- - run: cargo install cargo-deny@0.17.0 --locked
+ - run: cargo install cargo-deny --locked
19
- run: cargo install cargo-make --locked
20
- uses: actions/setup-go@v5
21
with:
0 commit comments