Skip to content

Commit d1da3c2

Browse files
dependabot[bot]lu-zero
authored andcommitted
Bump actions-rs-plus/clippy-check from 2.2.1 to 2.3.0
Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/actions-rs-plus/clippy-check/releases) - [Changelog](https://github.com/actions-rs-plus/clippy-check/blob/main/CHANGELOG.md) - [Commits](actions-rs-plus/clippy-check@v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6467a03 commit d1da3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cargo fmt --all -- --check
2222
2323
- name: Run clippy
24-
uses: actions-rs-plus/clippy-check@v2.2.1
24+
uses: actions-rs-plus/clippy-check@v2.3.0
2525
with:
2626
args: --all -- -D warnings
2727

0 commit comments

Comments
 (0)