From fbbc9043a347ea6e37036d4c5edc82a2ec08e048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:11:02 +0000 Subject: [PATCH] chore(ci)(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v1...v2) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 6a51e49d..6a51866b 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -51,7 +51,7 @@ jobs: # Check for security advisories. - name: Check Advisories if: ${{ matrix.rust-toolchain == 'stable' }} - uses: EmbarkStudios/cargo-deny-action@v1 + uses: EmbarkStudios/cargo-deny-action@v2 with: command: check advisories continue-on-error: true @@ -59,7 +59,7 @@ jobs: # Audit licenses, unreleased crates, and unexpected duplicate versions. - name: Check Bans, Licenses, and Sources if: ${{ matrix.rust-toolchain == 'stable' }} - uses: EmbarkStudios/cargo-deny-action@v1 + uses: EmbarkStudios/cargo-deny-action@v2 with: command: check bans licenses sources