diff --git a/.github/workflows/cargo-deny.yml b/.github/workflows/cargo-deny.yml index e365420cc..60adb3871 100644 --- a/.github/workflows/cargo-deny.yml +++ b/.github/workflows/cargo-deny.yml @@ -20,7 +20,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Run cargo-deny - uses: EmbarkStudios/cargo-deny-action@v1 + uses: EmbarkStudios/cargo-deny-action@v2 with: rust-version: stable manifest-path: ./codex-rs/Cargo.toml