diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1aa83648..c4ef54cd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: - name: Doctests run: cargo test --doc --workspace - name: Cargo-deny - uses: EmbarkStudios/cargo-deny-action@v1 + uses: EmbarkStudios/cargo-deny-action@v2 integration-tests-examples: name: Build integration tests and examples