Skip to content

Commit c861131

Browse files
committed
Use slither 0.8.3 in CI
Use the latest version of slither 0.8.3
1 parent 55ed55f commit c861131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/contracts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Install Slither
230230
env:
231-
SLITHER_VERSION: 0.8.0
231+
SLITHER_VERSION: 0.8.3
232232
run: pip3 install slither-analyzer==$SLITHER_VERSION
233233

234234
- name: Install dependencies

0 commit comments

Comments
 (0)