From f9f4f8b52040b7d42c2c9fa2c6b2735d97ece3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:15:02 +0000 Subject: [PATCH] github: bump EmbarkStudios/cargo-deny-action from 1.3.2 to 1.4.0 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/7257a18a9c2fe3f92b85d41ae473520dff953c97...8a8607bd8e2b3a514d5a40174cc7c55b229d9ba7) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 155a0fb05..5806a91ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - uses: EmbarkStudios/cargo-deny-action@7257a18a9c2fe3f92b85d41ae473520dff953c97 + - uses: EmbarkStudios/cargo-deny-action@8a8607bd8e2b3a514d5a40174cc7c55b229d9ba7 with: command: check ${{ matrix.checks }}