From a4dbc1538b58c93745b2fe507eabe2a58bad4912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:26:13 +0000 Subject: [PATCH] ci: bump EmbarkStudios/cargo-deny-action from 1.5.4 to 1.5.5 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/a50c7d5f86370e02fae8472c398f15a36e517bb8...1e59595bed8fc55c969333d08d7817b36888f0c5) --- 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 19e4b1ad..d152fbb4 100644 --- a/.github/workflows/audit_check.yml +++ b/.github/workflows/audit_check.yml @@ -25,6 +25,6 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: persist-credentials: false - - uses: EmbarkStudios/cargo-deny-action@a50c7d5f86370e02fae8472c398f15a36e517bb8 + - uses: EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 with: command: check ${{ matrix.checks }} \ No newline at end of file