From 7b658474f8dd1e74f02213b3d97b3a8b320dc654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:30:30 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 1.6.1 to 1.6.2 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/64015a69ee7ee08f6c56455089cdaf6ad974fd15...b01e7a8cfb1f496c52d77361e84c1840d8246393) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 cba5825..7370bb6 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -26,6 +26,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@64015a69ee7ee08f6c56455089cdaf6ad974fd15 # v1.6.1 + - uses: EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393 # v1.6.2 with: command: check ${{ matrix.checks }} \ No newline at end of file