chore(ci): update certora-cli version in CI tasks

This updates `certora-cli` to the latest version (at the time of the
commit, this was 7.10.1).
This commit is contained in:
r4bbit 2024-07-30 14:52:11 +02:00
parent bbd57ab876
commit 0f596e639a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
java-package: 'jre'
- name: Install Certora CLI
run: pip3 install certora-cli==7.6.3
run: pip3 install certora-cli==7.10.1
- name: Install Solidity
run: |