From 3abe977ace035c03ef2c7d750841d57028482dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 19:09:04 +0000 Subject: [PATCH] chore(ci): bump EmbarkStudios/cargo-deny-action from 1.2.6 to 1.2.17 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.2.6 to 1.2.17. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/v1.2.6...v1.2.17) --- 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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efcc234558f95..5912ee22182b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -391,12 +391,12 @@ jobs: run: make check-events - name: Check cargo deny advisories if: needs.changes.outputs.dependencies == 'true' || needs.changes.outputs.deny == 'true' - uses: EmbarkStudios/cargo-deny-action@v1.2.6 + uses: EmbarkStudios/cargo-deny-action@v1.2.17 with: command: check advisories - name: Check cargo deny licenses if: needs.changes.outputs.dependencies == 'true' || needs.changes.outputs.deny == 'true' - uses: EmbarkStudios/cargo-deny-action@v1.2.6 + uses: EmbarkStudios/cargo-deny-action@v1.2.17 with: command: check licenses - name: Check Cue docs