From 1a732793348b3c6af37d5fe5caf722e2b79fab12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:01:06 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 1.6.3 to 2.0.0 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.6.3 to 2.0.0. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/3f4a782664881cf5725d0ffd23969fcce89fd868...10d8902cf9225c404574ce39c45d5d26c3047464) --- 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/deny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index d23b5a3..5ee81e0 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -33,6 +33,6 @@ jobs: - run: git config --global http.sslVerify "false" - run: git submodule update --init --recursive --depth 1 - run: bash sh_script/pre-build.sh - - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3 + - uses: EmbarkStudios/cargo-deny-action@10d8902cf9225c404574ce39c45d5d26c3047464 # v2.0.0 with: command: check ${{ matrix.checks }} \ No newline at end of file