From 936eb75c62d1649890211cc0a70111dd4c168e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:37:11 +0000 Subject: [PATCH] Bump actions-rs/cargo from 1 to 1.0.3 Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1 to 1.0.3. - [Release notes](https://github.com/actions-rs/cargo/releases) - [Changelog](https://github.com/actions-rs/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/actions-rs/cargo/compare/v1...v1.0.3) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69f74d5cdbb..1f346ece7c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: key: cargo-build-target-${{ hashFiles('Cargo.toml') }} - name: Run cargo clippy - uses: actions-rs/cargo@v1 + uses: actions-rs/cargo@v1.0.3 with: command: clippy args: -- -A clippy::mutable_key_type -A clippy::type_complexity @@ -170,7 +170,7 @@ jobs: key: cargo-build-target-${{ hashFiles('Cargo.toml') }} - name: Run cargo bench - uses: actions-rs/cargo@v1 + uses: actions-rs/cargo@v1.0.3 with: command: bench args: --workspace