Skip to content

Commit c414bc9

Browse files
committed
Upgrade to Slither 0.9.6 / Python 3.11
1 parent c315b9d commit c414bc9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/contracts.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
node-version: "14"
5454
cache: "yarn"
5555

56-
- uses: actions/setup-python@v4
56+
- name: Setup Python
57+
uses: actions/setup-python@v5
5758
with:
58-
python-version: 3.8.5
59+
python-version: 3.11
5960

6061
- name: Install Solidity
6162
env:
@@ -66,7 +67,7 @@ jobs:
6667
solc-select use $SOLC_VERSION
6768
- name: Install Slither
6869
env:
69-
SLITHER_VERSION: 0.8.0
70+
SLITHER_VERSION: 0.9.6
7071
run: pip3 install slither-analyzer==$SLITHER_VERSION
7172

7273
- name: Install dependencies

0 commit comments

Comments
 (0)