From c5e0bbeef9e2845f0d0bda04b8cc695bff4fbb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:12:51 +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 dc06762..0953cb0 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -23,6 +23,6 @@ jobs: run: | ./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 }}