We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86685d0 commit 1abc301Copy full SHA for 1abc301
1 file changed
.github/workflows/rust.yml
@@ -15,10 +15,10 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
19
- - name: Build
20
- run: cargo build --verbose
21
- - name: Run tests
22
- run: cargo test --verbose
23
- - name: cargo-deny
24
- uses: EmbarkStudios/cargo-deny-action@v1
+ - uses: actions/checkout@v3
+ - name: Build
+ run: cargo build --verbose
+ - name: Run tests
+ run: cargo test --verbose
+ - name: cargo-deny
+ uses: EmbarkStudios/cargo-deny-action@v2
0 commit comments