Skip to content

Commit

Permalink
chore(deps): update sksat/action-clippy action to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent d72634a commit 95fdefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

- name: reviewdog / clippy
if: github.event_name == 'pull_request'
uses: sksat/action-clippy@v1.0.0
uses: sksat/action-clippy@v1.1.0
with:
reporter: github-pr-review
- name: reviewdog / clippy
if: github.event_name == 'push'
uses: sksat/action-clippy@v1.0.0
uses: sksat/action-clippy@v1.1.0
with:
reporter: github-check

Expand Down

0 comments on commit 95fdefd

Please sign in to comment.