File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 tests :
15- runs-on : ubuntu-18 .04
15+ runs-on : ubuntu-22 .04
1616 strategy :
1717 fail-fast : false
1818 matrix :
1919 type : ["slither", "manticore"]
2020 steps :
21- - uses : actions/checkout@v1
22- - name : Set up Python 3.6
23- uses : actions/setup-python@v1
21+ - uses : actions/checkout@v3
22+ - name : Set up Python 3.8
23+ uses : actions/setup-python@v4
2424 with :
25- python-version : 3.6
25+ python-version : 3.8
2626 - name : Install dependencies
2727 run : |
2828 sudo wget -O /usr/bin/solc https://github.com/ethereum/solidity/releases/download/v0.5.11/solc-static-linux
Original file line number Diff line number Diff line change 1414 tests :
1515 name : ${{ matrix.name }}
1616 continue-on-error : ${{ matrix.flaky == true }}
17- runs-on : ubuntu-18 .04
17+ runs-on : ubuntu-22 .04
1818 strategy :
1919 fail-fast : false
2020 matrix :
You can’t perform that action at this time.
0 commit comments