From bf7da695a69a5f7df30758c21e87f6ecf2e50890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:27:16 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 1.6.2 to 1.6.3 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/b01e7a8cfb1f496c52d77361e84c1840d8246393...3f4a782664881cf5725d0ffd23969fcce89fd868) --- 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 10723a1..71afea6 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@b01e7a8cfb1f496c52d77361e84c1840d8246393 # v1.6.2 + - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3 with: command: check ${{ matrix.checks }} \ No newline at end of file