Skip to content

Commit 954478c

Browse files
dependabot[bot]refi64
authored andcommitted
Bump clechasseur/rs-clippy-check from 5.0.1 to 5.0.2
Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](clechasseur/rs-clippy-check@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9764d05 commit 954478c

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
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
toolchain: "1.88"
5252
components: clippy
53-
- uses: clechasseur/rs-clippy-check@v5.0.1
53+
- uses: clechasseur/rs-clippy-check@v5.0.2
5454
with:
5555
# setup-rust-toolchain already sets `-D warnings`, but we leave this
5656
# here to make the behavior explicit.
@@ -68,7 +68,7 @@ jobs:
6868
components: clippy
6969
# Defaults to '-D warnings', so clear it out manually.
7070
rustflags: ''
71-
- uses: clechasseur/rs-clippy-check@v5.0.1
71+
- uses: clechasseur/rs-clippy-check@v5.0.2
7272
with:
7373
args: --all-targets --all-features
7474

0 commit comments

Comments
 (0)