This PR replaces the latest version of Circom in the CI workflows with a static one, in order to avoid breaking the configuration with unexpected changes from the latest version.
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] I have run yarn format and yarn lint without getting any errors
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Description
This PR replaces the
latest
version of Circom in the CI workflows with a static one, in order to avoid breaking the configuration with unexpected changes from the latest version.Checklist
yarn format
andyarn lint
without getting any errors