Skip to content

Commit

Permalink
Upgrade to Slither 0.9.6 / Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mhluongo committed Oct 25, 2024
1 parent c315b9d commit c414bc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
node-version: "14"
cache: "yarn"

- uses: actions/setup-python@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.8.5
python-version: 3.11

- name: Install Solidity
env:
Expand All @@ -66,7 +67,7 @@ jobs:
solc-select use $SOLC_VERSION
- name: Install Slither
env:
SLITHER_VERSION: 0.8.0
SLITHER_VERSION: 0.9.6
run: pip3 install slither-analyzer==$SLITHER_VERSION

- name: Install dependencies
Expand Down

0 comments on commit c414bc9

Please sign in to comment.