From 2e42b55888ba13cf1a29bc9889960ff04872f13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:03:58 +0000 Subject: [PATCH] chore(deps): bump EmbarkStudios/cargo-deny-action from 1.5.13 to 1.6.2 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.5.13 to 1.6.2. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/5def368d93be6684ad20a0fdec5f23c8ea11e022...b01e7a8cfb1f496c52d77361e84c1840d8246393) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-cargo-deny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-cargo-deny.yml b/.github/workflows/rust-cargo-deny.yml index ef64547b22..610445feaa 100644 --- a/.github/workflows/rust-cargo-deny.yml +++ b/.github/workflows/rust-cargo-deny.yml @@ -22,6 +22,6 @@ jobs: uses: actions/checkout@v4.1.1 - name: Run cargo-deny - uses: EmbarkStudios/cargo-deny-action@5def368d93be6684ad20a0fdec5f23c8ea11e022 # v1.5.13 + uses: EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393 # v1.6.2 with: command: --manifest-path=./rust/Cargo.toml check ${{ matrix.checks }}