diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fdf0108..b30dbf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: - name: Create artifact attestation if: inputs.attestations == true - uses: actions/attest-build-provenance@v1 + uses: actions/attest@v4 with: show-summary: false subject-path: artifacts/* diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d547504..5b9cb02 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -47,7 +47,7 @@ jobs: toolchain: stable - name: Run clippy - run: cargo clippy + run: cargo clippy -- -D warnings format: name: Format diff --git a/crates/mono-changeset/Cargo.toml b/crates/mono-changeset/Cargo.toml index 2d76103..5cf509d 100644 --- a/crates/mono-changeset/Cargo.toml +++ b/crates/mono-changeset/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository changeset utilities" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/mono-project/Cargo.toml b/crates/mono-project/Cargo.toml index 0e21784..ff7ea62 100644 --- a/crates/mono-project/Cargo.toml +++ b/crates/mono-project/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository project utilities" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/mono-repository/Cargo.toml b/crates/mono-repository/Cargo.toml index 41c6096..8fd1ae6 100644 --- a/crates/mono-repository/Cargo.toml +++ b/crates/mono-repository/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository git utilities" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/mono/Cargo.toml b/crates/mono/Cargo.toml index ecb19da..0255130 100644 --- a/crates/mono/Cargo.toml +++ b/crates/mono/Cargo.toml @@ -28,7 +28,6 @@ description = "Mono repository automation toolkit" edition.workspace = true rust-version.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true