Skip to content

Commit 752bcc5

Browse files
dependabot[bot]sjoerdsimons
authored andcommitted
Bump clechasseur/rs-clippy-check from 4.0.5 to 5.0.1
Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 4.0.5 to 5.0.1. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](clechasseur/rs-clippy-check@v4.0.5...v5.0.1) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50873eb commit 752bcc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
toolchain: "1.88"
5353
components: clippy
54-
- uses: clechasseur/rs-clippy-check@v4.0.5
54+
- uses: clechasseur/rs-clippy-check@v5.0.1
5555
with:
5656
# setup-rust-toolchain already sets `-D warnings`, but we leave this
5757
# here to make the behavior explicit.
@@ -69,7 +69,7 @@ jobs:
6969
components: clippy
7070
# Defaults to '-D warnings', so clear it out manually.
7171
rustflags: ''
72-
- uses: clechasseur/rs-clippy-check@v4.0.5
72+
- uses: clechasseur/rs-clippy-check@v5.0.1
7373
with:
7474
args: --all-targets --all-features
7575

0 commit comments

Comments
 (0)