mirror of
https://github.com/ostreedev/ostree.git
synced 2026-02-05 09:44:55 +01:00
ci: Update deny to v2
It looks like the v1 action due to a crate bump started hard requiring a newer rust? Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -86,10 +86,10 @@ jobs:
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --features=${{ env['LATEST_LIBOSTREE'] }}
|
||||
cargo-deny:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
- uses: actions/checkout@v4
|
||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||
with:
|
||||
log-level: warn
|
||||
command: check bans sources licenses
|
||||
|
||||
Reference in New Issue
Block a user