From ec35d850e81f9bdca47af20dc55fd98529c345ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 19:11:13 +0000 Subject: [PATCH] chore(ci): bump EmbarkStudios/cargo-deny-action from 1.2.6 to 1.3.0 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.2.6 to 1.3.0. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/v1.2.6...v1.3.0) --- 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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efcc234558f95..b90607a98a5e9 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.3.0 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.3.0 with: command: check licenses - name: Check Cue docs