Skip to content

Commit 1cfbb32

Browse files
authored
Merge pull request #397 from arkedge/renovate/sksat-action-clippy-1.x
Update sksat/action-clippy action to v1.1.1
2 parents b4232cf + 12480e2 commit 1cfbb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ./setup.sh
4343

4444
- name: reviewdog / clippy
45-
uses: sksat/action-clippy@v1.1.0
45+
uses: sksat/action-clippy@v1.1.1
4646
with:
4747
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
4848
clippy_flags: --workspace --all-features --locked

0 commit comments

Comments
 (0)