From 248ca8031fe649116d6ea532710274ee371d3512 Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Fri, 16 Feb 2024 11:38:17 +0100 Subject: [PATCH] fix: Fix certora config --- .github/workflows/certora-gsm.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/certora-gsm.yml b/.github/workflows/certora-gsm.yml index e7e9ea1a..a57973ca 100644 --- a/.github/workflows/certora-gsm.yml +++ b/.github/workflows/certora-gsm.yml @@ -15,7 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - name: Checkout + uses: actions/checkout@v3 + with: + submodules: recursive - name: Check key env: