From 20b56a2a79daf7e057ae6c2e6e4b5dfe31858c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 19:08:53 +0000 Subject: [PATCH] chore(ci): bump EmbarkStudios/cargo-deny-action from 1.2.6 to 1.2.16 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.2.6 to 1.2.16. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/v1.2.6...v1.2.16) --- 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..849d3a7c92410 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.16 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.16 with: command: check licenses - name: Check Cue docs