Skip to content

Commit

Permalink
Use slither 0.8.3 in CI
Browse files Browse the repository at this point in the history
Use the latest version of slither 0.8.3
  • Loading branch information
nkuba committed Apr 26, 2022
1 parent 55ed55f commit c861131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- name: Install Slither
env:
SLITHER_VERSION: 0.8.0
SLITHER_VERSION: 0.8.3
run: pip3 install slither-analyzer==$SLITHER_VERSION

- name: Install dependencies
Expand Down

0 comments on commit c861131

Please sign in to comment.