Skip to content

Commit

Permalink
build(deps): Bump actions-rs/cargo from 1 to 1.0.3 (#2070)
Browse files Browse the repository at this point in the history
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](actions-rs/cargo@v1...v1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent 82c8b1a commit 10fcc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -150,7 +150,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::type_complexity -A clippy::pedantic -A clippy::style
Expand Down

0 comments on commit 10fcc1c

Please sign in to comment.