From 4dce91e99215b6770f274d354fdf335dd0bdacc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:27:34 +0000 Subject: [PATCH] ci: bump EmbarkStudios/cargo-deny-action from 1.5.13 to 1.5.14 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.5.13 to 1.5.14. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/5def368d93be6684ad20a0fdec5f23c8ea11e022...549bc5214b02810b85f8f56188b9ee753f83f199) --- 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/audit_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit_check.yml b/.github/workflows/audit_check.yml index 83043647..0a8ee1d6 100644 --- a/.github/workflows/audit_check.yml +++ b/.github/workflows/audit_check.yml @@ -25,6 +25,6 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: persist-credentials: false - - uses: EmbarkStudios/cargo-deny-action@5def368d93be6684ad20a0fdec5f23c8ea11e022 + - uses: EmbarkStudios/cargo-deny-action@549bc5214b02810b85f8f56188b9ee753f83f199 with: command: check ${{ matrix.checks }} \ No newline at end of file