Skip to content

Commit d56ca03

Browse files
chore(deps): update sksat/action-clippy action to v0.7.1
1 parent ab4e919 commit d56ca03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
- name: reviewdog / clippy
4040
if: github.event_name == 'pull_request'
41-
uses: sksat/action-clippy@v0.7.0
41+
uses: sksat/action-clippy@v0.7.1
4242
with:
4343
reporter: github-pr-review
4444
- name: reviewdog / clippy
4545
if: github.event_name == 'push'
46-
uses: sksat/action-clippy@v0.7.0
46+
uses: sksat/action-clippy@v0.7.1
4747
with:
4848
reporter: github-check
4949

0 commit comments

Comments
 (0)