diff --git a/.github/workflows/contracts.yaml b/.github/workflows/contracts.yaml index 43fbd7c8..c5d9922c 100644 --- a/.github/workflows/contracts.yaml +++ b/.github/workflows/contracts.yaml @@ -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