Skip to content

Commit 10fcc1c

Browse files
build(deps): Bump actions-rs/cargo from 1 to 1.0.3 (#2070)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82c8b1a commit 10fcc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
key: cargo-build-target-${{ hashFiles('Cargo.toml') }}
151151

152152
- name: Run cargo clippy
153-
uses: actions-rs/cargo@v1
153+
uses: actions-rs/cargo@v1.0.3
154154
with:
155155
command: clippy
156156
args: -- -A clippy::type_complexity -A clippy::pedantic -A clippy::style

0 commit comments

Comments
 (0)