From 57b19ceb2a47b5c09511cb2c2b35c59bea6b3725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:55:57 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 2.0.1 to 2.0.2 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268...f87fcad0e65efa7cbdec993036c394fa9be14262) --- 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 f126276..1b1648b 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@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1 + - uses: EmbarkStudios/cargo-deny-action@f87fcad0e65efa7cbdec993036c394fa9be14262 # v2.0.2 with: command: check ${{ matrix.checks }}