From 0f596e639a824cbd8bf3a96e2b1b12f6f147e9d8 Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:52:11 +0200 Subject: [PATCH] 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). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d7883b..65a515c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |